Html Css Color HEX #887A46 Clay Creek

📋 copy color: '#887A46'

red 136 ◦ green 122 ◦ blue 70

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

Shades of Clay Creek #887A46

Tints of Clay Creek #887A46

RGB

 RED value IS 136 (53.52% from 255) = 41.46%

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 41.46%
G = 37.2%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#887A46 (or 0x887A46) is known color: Clay Creek. HEX triplet: 88, 7A and 46. RGB value is (136,122,70). Sum of RGB (Red+Green+Blue) = 136+122+70=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #887A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A46 is #7785B9. Grayscale: #787878. Windows color (decimal): -7833018 or 4618888. OLE color: 4618888.

HSL color Cylindrical-coordinate representation of color #887A46: hue angle of 47.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #887A46 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 122 70 -
CMYK 0 0.10 0.49 0.47
HSL 47.27º 0.32% 0.4% -
HSV(B) 47.27º 0.49% 0.53% -
XYZ 18.22 19.6 8.62 -
YUV 120.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 136 122 70 0 0.10 0.49 0.47 47.27 0.32 0.4
Hex 88 7A 46 0 A 31 2F 2F 20 28
Octal 210 172 106 0 12 61 57 57 40 50
Binary 10001000 1111010 1000110 0 1010 110001 101111 101111 100000 101000

Color Harmonies of #887A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A46

Black with #887A46

Text Example


Text Example

White with #887A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887A46; }

 p { color: rgb(136,122,70); }

 H1.HeaderClassName
 {
   color: #887A46;
 }
 .AnyTagClassName
 {
   color: #887A46;
 }
</style>

background-color css

<style>
 a { background-color: #887A46; }

 a { background-color: rgb(136,122,70); }

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

border-color css

<style>
 span { border-color: #887A46; }

 span { border-color: rgb(136,122,70); }

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