#827758

Color #827758 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #827758

Tints of Clay Creek #827758

Color information

#827758 (or 0x827758) is unknown color: approx Clay Creek. HEX triplet: 82, 77 and 58. RGB value is (130,119,88). Sum of RGB (Red+Green+Blue) = 130+119+88=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827758 is #7D88A7. Grayscale: #767676. Windows color (decimal): -8226984 or 5797762. OLE color: 5797762.

HSL color Cylindrical-coordinate representation of color #827758: hue angle of 44.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827758 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB13011988-
CMYK00.080.320.49
HSL44.29º19.27%42.75%-
HSV(B)44.29º32.31%50.98%-
XYZ17.5618.6411.91-
YUV118.75110.64136.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=38.58%
G=35.31%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301198800.080.320.4944.2919.2742.75
Hex8277580820312c132b
Octal2021671300104061542353
Binary10000010111011110110000100010000011000110110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827758; }

 p { color: rgb(130,119,88); }

 H1.HeaderClassName
 {
   color: #827758;
 }
 .AnyTagClassName
 {
   color: #827758;
 }
</style>
background-color css

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

 a { background-color: rgb(130,119,88); }

 div.DivClassName
 {
   background-color: #827758;
 }
 .BgClassName
 {
   background-color: #827758;
 }
</style>
border-color css

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

 span { border-color: rgb(130,119,88); }

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