Html Css Color HEX #CC7766 Japonica

📋 copy color: '#CC7766'

red 204 ◦ green 119 ◦ blue 102

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

Shades of Japonica #CC7766

Tints of Japonica #CC7766

RGB

 RED value IS 204 (80.08% from 255) = 48%

 GREEN value IS 119 (46.88% from 255) = 28%

 BLUE value IS 102 (40.23% from 255) = 24%

R = 48%
G = 28%
B = 24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC7766 (or 0xCC7766) is known color: Japonica. HEX triplet: CC, 77 and 66. RGB value is (204,119,102). Sum of RGB (Red+Green+Blue) = 204+119+102=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7766 is #338899. Grayscale: #8E8E8E. Windows color (decimal): -3377306 or 6715340. OLE color: 6715340.

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

Color convert

RGB 204 119 102 -
CMYK 0 0.42 0.5 0.2
HSL 10º 0.5% 0.6% -
HSV(B) 10º 0.5% 0.8% -
XYZ 33.9 26.99 15.99 -
YUV 142.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 204 119 102 0 0.42 0.5 0.2 10 0.5 0.6
Hex CC 77 66 0 2A 32 14 A 32 3C
Octal 314 167 146 0 52 62 24 12 62 74
Binary 11001100 1110111 1100110 0 101010 110010 10100 1010 110010 111100

Color Harmonies of #CC7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7766

Black with #CC7766

Text Example


Text Example

White with #CC7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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