Html Css Color HEX #CC7761 Japonica

📋 copy color: '#CC7761'

red 204 ◦ green 119 ◦ blue 97

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

Shades of Japonica #CC7761

Tints of Japonica #CC7761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 48.57%
G = 28.33%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7761 (or 0xCC7761) is known color: Japonica. HEX triplet: CC, 77 and 61. RGB value is (204,119,97). Sum of RGB (Red+Green+Blue) = 204+119+97=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7761 is #33889E. Grayscale: #8E8E8E. Windows color (decimal): -3377311 or 6387660. OLE color: 6387660.

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

Color convert

RGB 204 119 97 -
CMYK 0 0.42 0.52 0.2
HSL 12.34º 0.51% 0.59% -
HSV(B) 12.34º 0.52% 0.8% -
XYZ 33.66 26.89 14.73 -
YUV 141.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 204 119 97 0 0.42 0.52 0.2 12.34 0.51 0.59
Hex CC 77 61 0 2A 34 14 C 33 3B
Octal 314 167 141 0 52 64 24 14 63 73
Binary 11001100 1110111 1100001 0 101010 110100 10100 1100 110011 111011

Color Harmonies of #CC7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7761

Black with #CC7761

Text Example


Text Example

White with #CC7761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7761; }

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

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

background-color css

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

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

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

border-color css

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

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

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