Html Css Color HEX #8F775C Pale Brown

📋 copy color: '#8F775C'

red 143 ◦ green 119 ◦ blue 92

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

Shades of Pale Brown #8F775C

Tints of Pale Brown #8F775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 40.4%
G = 33.62%
B = 25.99%

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

#8F775C (or 0x8F775C) is known color: Pale Brown. HEX triplet: 8F, 77 and 5C. RGB value is (143,119,92). Sum of RGB (Red+Green+Blue) = 143+119+92=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F775C is #7088A3. Grayscale: #7B7B7B. Windows color (decimal): -7375012 or 6059919. OLE color: 6059919.

HSL color Cylindrical-coordinate representation of color #8F775C: hue angle of 31.76º 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 #8F775C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 119 92 -
CMYK 0 0.17 0.36 0.44
HSL 31.76º 0.22% 0.46% -
HSV(B) 31.76º 0.36% 0.56% -
XYZ 19.86 19.81 12.9 -
YUV 123.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 143 119 92 0 0.17 0.36 0.44 31.76 0.22 0.46
Hex 8F 77 5C 0 11 24 2C 20 16 2E
Octal 217 167 134 0 21 44 54 40 26 56
Binary 10001111 1110111 1011100 0 10001 100100 101100 100000 10110 101110

Color Harmonies of #8F775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F775C

Black with #8F775C

Text Example


Text Example

White with #8F775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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