#C7763D

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

Shades of Zest #C7763D

Tints of Zest #C7763D

Color information

#C7763D (or 0xC7763D) is unknown color: approx Zest. HEX triplet: C7, 76 and 3D. RGB value is (199,118,61). Sum of RGB (Red+Green+Blue) = 199+118+61=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7763D is #3889C2. Grayscale: #888888. Windows color (decimal): -3705283 or 4028103. OLE color: 4028103.

HSL color Cylindrical-coordinate representation of color #C7763D: hue angle of 24.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7763D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19911861-
CMYK00.410.690.22
HSL24.78º55.2%50.98%-
HSV(B)24.78º69.35%78.04%-
XYZ30.8725.447.7-
YUV135.7285.84173.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.65%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=52.65%
G=31.22%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991186100.410.690.2224.7855.250.98
HexC7763D0294516193733
Octal3071667505110526316763
Binary110001111110110111101010100110001011011011001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7763D; }

 p { color: rgb(199,118,61); }

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

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

 a { background-color: rgb(199,118,61); }

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

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

 span { border-color: rgb(199,118,61); }

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