Html Css Color HEX #93878A Venus

📋 copy color: '#93878A'

red 147 ◦ green 135 ◦ blue 138

#93878A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #93878A

Tints of Venus #93878A

RGB

 RED value IS 147 (57.81% from 255) = 35%

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 35%
G = 32.14%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#93878A (or 0x93878A) is known color: Venus. HEX triplet: 93, 87 and 8A. RGB value is (147,135,138). Sum of RGB (Red+Green+Blue) = 147+135+138=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #93878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93878A is #6C7875. Grayscale: #8A8A8A. Windows color (decimal): -7108726 or 9078675. OLE color: 9078675.

HSL color Cylindrical-coordinate representation of color #93878A: hue angle of 345º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93878A is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 138 -
CMYK 0 0.08 0.06 0.42
HSL 345º 0.05% 0.55% -
HSV(B) 345º 0.08% 0.58% -
XYZ 25.28 25.37 27.61 -
YUV 138.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 147 135 138 0 0.08 0.06 0.42 345 0.05 0.55
Hex 93 87 8A 0 8 6 2A 159 5 37
Octal 223 207 212 0 10 6 52 531 5 67
Binary 10010011 10000111 10001010 0 1000 110 101010 101011001 101 110111

Color Harmonies of #93878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93878A

Black with #93878A

Text Example


Text Example

White with #93878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93878A; }

 p { color: rgb(147,135,138); }

 H1.HeaderClassName
 {
   color: #93878A;
 }
 .AnyTagClassName
 {
   color: #93878A;
 }
</style>

background-color css

<style>
 a { background-color: #93878A; }

 a { background-color: rgb(147,135,138); }

 div.DivClassName
 {
   background-color: #93878A;
 }
 .BgClassName
 {
   background-color: #93878A;
 }
</style>

border-color css

<style>
 span { border-color: #93878A; }

 span { border-color: rgb(147,135,138); }

 td.TdClassName
 {
   border-color: #93878A;
 }
 .TagClassName
 {
   border-color: #93878A;
 }
</style>