#CC7756

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

Shades of Japonica #CC7756

Tints of Japonica #CC7756

Color information

#CC7756 (or 0xCC7756) is unknown color: approx Japonica. HEX triplet: CC, 77 and 56. RGB value is (204,119,86). Sum of RGB (Red+Green+Blue) = 204+119+86=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7756 is #3388A9. Grayscale: #8C8C8C. Windows color (decimal): -3377322 or 5666764. OLE color: 5666764.

HSL color Cylindrical-coordinate representation of color #CC7756: hue angle of 16.78º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC7756 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20411986-
CMYK00.420.580.2
HSL16.78º53.64%56.86%-
HSV(B)16.78º57.84%80%-
XYZ33.1826.712.21-
YUV140.6597.16173.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=49.88%
G=29.10%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041198600.420.580.216.7853.6456.86
HexCC775602A3A14113639
Octal3141671260527224216671
Binary110011001110111101011001010101110101010010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7756; }

 p { color: rgb(204,119,86); }

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

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

 a { background-color: rgb(204,119,86); }

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

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

 span { border-color: rgb(204,119,86); }

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