Html Css Color HEX #8A7375 Empress

📋 copy color: '#8A7375'

red 138 ◦ green 115 ◦ blue 117

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

Shades of Empress #8A7375

Tints of Empress #8A7375

RGB

 RED value IS 138 (54.3% from 255) = 37.3%

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 37.3%
G = 31.08%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A7375 (or 0x8A7375) is known color: Empress. HEX triplet: 8A, 73 and 75. RGB value is (138,115,117). Sum of RGB (Red+Green+Blue) = 138+115+117=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7375 is #758C8A. Grayscale: #7A7A7A. Windows color (decimal): -7703691 or 7697290. OLE color: 7697290.

HSL color Cylindrical-coordinate representation of color #8A7375: hue angle of 354.78º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7375 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 115 117 -
CMYK 0 0.17 0.15 0.46
HSL 354.78º 0.09% 0.5% -
HSV(B) 354.78º 0.17% 0.54% -
XYZ 19.82 18.95 19.44 -
YUV 122.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 138 115 117 0 0.17 0.15 0.46 354.78 0.09 0.5
Hex 8A 73 75 0 11 F 2E 163 9 32
Octal 212 163 165 0 21 17 56 543 11 62
Binary 10001010 1110011 1110101 0 10001 1111 101110 101100011 1001 110010

Color Harmonies of #8A7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7375

Black with #8A7375

Text Example


Text Example

White with #8A7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7375; }

 p { color: rgb(138,115,117); }

 H1.HeaderClassName
 {
   color: #8A7375;
 }
 .AnyTagClassName
 {
   color: #8A7375;
 }
</style>

background-color css

<style>
 a { background-color: #8A7375; }

 a { background-color: rgb(138,115,117); }

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

border-color css

<style>
 span { border-color: #8A7375; }

 span { border-color: rgb(138,115,117); }

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