#CC7755

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

Shades of Japonica #CC7755

Tints of Japonica #CC7755

Color information

#CC7755 (or 0xCC7755) is unknown color: approx Japonica. HEX triplet: CC, 77 and 55. RGB value is (204,119,85). Sum of RGB (Red+Green+Blue) = 204+119+85=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7755 is #3388AA. Grayscale: #8C8C8C. Windows color (decimal): -3377323 or 5601228. OLE color: 5601228.

HSL color Cylindrical-coordinate representation of color #CC7755: hue angle of 17.14º 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 #CC7755 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20411985-
CMYK00.420.580.2
HSL17.14º53.85%56.67%-
HSV(B)17.14º58.33%80%-
XYZ33.1426.6912-
YUV140.5496.66173.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=50%
G=29.17%
B=20.83%

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
Decimal2041198500.420.580.217.1453.8556.67
HexCC775502A3A14113639
Octal3141671250527224216671
Binary110011001110111101010101010101110101010010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7755; }

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

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

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

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

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

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

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

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