Html Css Color HEX #84784D Clay Creek

📋 copy color: '#84784D'

red 132 ◦ green 120 ◦ blue 77

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

Shades of Clay Creek #84784D

Tints of Clay Creek #84784D

RGB

 RED value IS 132 (51.95% from 255) = 40.12%

 GREEN value IS 120 (47.27% from 255) = 36.47%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 40.12%
G = 36.47%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84784D (or 0x84784D) is known color: Clay Creek. HEX triplet: 84, 78 and 4D. RGB value is (132,120,77). Sum of RGB (Red+Green+Blue) = 132+120+77=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84784D is #7B87B2. Grayscale: #767676. Windows color (decimal): -8095667 or 5077124. OLE color: 5077124.

HSL color Cylindrical-coordinate representation of color #84784D: hue angle of 46.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84784D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 77 -
CMYK 0 0.09 0.42 0.48
HSL 46.91º 0.26% 0.41% -
HSV(B) 46.91º 0.42% 0.52% -
XYZ 17.57 18.87 9.74 -
YUV 118.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 132 120 77 0 0.09 0.42 0.48 46.91 0.26 0.41
Hex 84 78 4D 0 9 2A 30 2F 1A 29
Octal 204 170 115 0 11 52 60 57 32 51
Binary 10000100 1111000 1001101 0 1001 101010 110000 101111 11010 101001

Color Harmonies of #84784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84784D

Black with #84784D

Text Example


Text Example

White with #84784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84784D; }

 p { color: rgb(132,120,77); }

 H1.HeaderClassName
 {
   color: #84784D;
 }
 .AnyTagClassName
 {
   color: #84784D;
 }
</style>

background-color css

<style>
 a { background-color: #84784D; }

 a { background-color: rgb(132,120,77); }

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

border-color css

<style>
 span { border-color: #84784D; }

 span { border-color: rgb(132,120,77); }

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