Html Css Color HEX #CC7760 Japonica

📋 copy color: '#CC7760'

red 204 ◦ green 119 ◦ blue 96

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

Shades of Japonica #CC7760

Tints of Japonica #CC7760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 48.69%
G = 28.4%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC7760 (or 0xCC7760) is known color: Japonica. HEX triplet: CC, 77 and 60. RGB value is (204,119,96). Sum of RGB (Red+Green+Blue) = 204+119+96=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7760 is #33889F. Grayscale: #8D8D8D. Windows color (decimal): -3377312 or 6322124. OLE color: 6322124.

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

Color convert

RGB 204 119 96 -
CMYK 0 0.42 0.53 0.2
HSL 12.78º 0.51% 0.59% -
HSV(B) 12.78º 0.53% 0.8% -
XYZ 33.61 26.88 14.48 -
YUV 141.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 204 119 96 0 0.42 0.53 0.2 12.78 0.51 0.59
Hex CC 77 60 0 2A 35 14 D 33 3B
Octal 314 167 140 0 52 65 24 15 63 73
Binary 11001100 1110111 1100000 0 101010 110101 10100 1101 110011 111011

Color Harmonies of #CC7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7760

Black with #CC7760

Text Example


Text Example

White with #CC7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7760; }

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

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

background-color css

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

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

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

border-color css

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

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

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