Html Css Color HEX #8F765C Pale Brown

📋 copy color: '#8F765C'

red 143 ◦ green 118 ◦ blue 92

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

Shades of Pale Brown #8F765C

Tints of Pale Brown #8F765C

RGB

 RED value IS 143 (56.25% from 255) = 40.51%

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 40.51%
G = 33.43%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F765C (or 0x8F765C) is known color: Pale Brown. HEX triplet: 8F, 76 and 5C. RGB value is (143,118,92). Sum of RGB (Red+Green+Blue) = 143+118+92=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F765C is #7089A3. Grayscale: #7A7A7A. Windows color (decimal): -7375268 or 6059663. OLE color: 6059663.

HSL color Cylindrical-coordinate representation of color #8F765C: hue angle of 30.59º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F765C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 118 92 -
CMYK 0 0.17 0.36 0.44
HSL 30.59º 0.22% 0.46% -
HSV(B) 30.59º 0.36% 0.56% -
XYZ 19.74 19.57 12.86 -
YUV 122.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 143 118 92 0 0.17 0.36 0.44 30.59 0.22 0.46
Hex 8F 76 5C 0 11 24 2C 1F 16 2E
Octal 217 166 134 0 21 44 54 37 26 56
Binary 10001111 1110110 1011100 0 10001 100100 101100 11111 10110 101110

Color Harmonies of #8F765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F765C

Black with #8F765C

Text Example


Text Example

White with #8F765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,118,92); }

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

background-color css

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

 a { background-color: rgb(143,118,92); }

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

border-color css

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

 span { border-color: rgb(143,118,92); }

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