Html Css Color HEX #CC7762 Japonica

📋 copy color: '#CC7762'

red 204 ◦ green 119 ◦ blue 98

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

Shades of Japonica #CC7762

Tints of Japonica #CC7762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.28%

R = 48.46%
G = 28.27%
B = 23.28%

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

#CC7762 (or 0xCC7762) is known color: Japonica. HEX triplet: CC, 77 and 62. RGB value is (204,119,98). Sum of RGB (Red+Green+Blue) = 204+119+98=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7762 is #33889D. Grayscale: #8E8E8E. Windows color (decimal): -3377310 or 6453196. OLE color: 6453196.

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

Color convert

RGB 204 119 98 -
CMYK 0 0.42 0.52 0.2
HSL 11.89º 0.51% 0.59% -
HSV(B) 11.89º 0.52% 0.8% -
XYZ 33.7 26.91 14.97 -
YUV 142.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 204 119 98 0 0.42 0.52 0.2 11.89 0.51 0.59
Hex CC 77 62 0 2A 34 14 C 33 3B
Octal 314 167 142 0 52 64 24 14 63 73
Binary 11001100 1110111 1100010 0 101010 110100 10100 1100 110011 111011

Color Harmonies of #CC7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7762

Black with #CC7762

Text Example


Text Example

White with #CC7762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7762; }

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

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

background-color css

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

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

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

border-color css

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

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

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