Html Css Color HEX #82794E Clay Creek

📋 copy color: '#82794E'

red 130 ◦ green 121 ◦ blue 78

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

Shades of Clay Creek #82794E

Tints of Clay Creek #82794E

RGB

 RED value IS 130 (51.17% from 255) = 39.51%

 GREEN value IS 121 (47.66% from 255) = 36.78%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 39.51%
G = 36.78%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82794E (or 0x82794E) is known color: Clay Creek. HEX triplet: 82, 79 and 4E. RGB value is (130,121,78). Sum of RGB (Red+Green+Blue) = 130+121+78=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82794E is #7D86B1. Grayscale: #767676. Windows color (decimal): -8226482 or 5142914. OLE color: 5142914.

HSL color Cylindrical-coordinate representation of color #82794E: hue angle of 49.62º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82794E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 78 -
CMYK 0 0.07 0.40 0.49
HSL 49.62º 0.25% 0.41% -
HSV(B) 49.62º 0.4% 0.51% -
XYZ 17.42 18.97 9.95 -
YUV 118.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 130 121 78 0 0.07 0.40 0.49 49.62 0.25 0.41
Hex 82 79 4E 0 7 28 31 32 19 29
Octal 202 171 116 0 7 50 61 62 31 51
Binary 10000010 1111001 1001110 0 111 101000 110001 110010 11001 101001

Color Harmonies of #82794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82794E

Black with #82794E

Text Example


Text Example

White with #82794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82794E; }

 p { color: rgb(130,121,78); }

 H1.HeaderClassName
 {
   color: #82794E;
 }
 .AnyTagClassName
 {
   color: #82794E;
 }
</style>

background-color css

<style>
 a { background-color: #82794E; }

 a { background-color: rgb(130,121,78); }

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

border-color css

<style>
 span { border-color: #82794E; }

 span { border-color: rgb(130,121,78); }

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