Html Css Color HEX #CC7758 Japonica

📋 copy color: '#CC7758'

red 204 ◦ green 119 ◦ blue 88

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

Shades of Japonica #CC7758

Tints of Japonica #CC7758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.41%

R = 49.64%
G = 28.95%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7758 (or 0xCC7758) is known color: Japonica. HEX triplet: CC, 77 and 58. RGB value is (204,119,88). Sum of RGB (Red+Green+Blue) = 204+119+88=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7758 is #3388A7. Grayscale: #8D8D8D. Windows color (decimal): -3377320 or 5797836. OLE color: 5797836.

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

Color convert

RGB 204 119 88 -
CMYK 0 0.42 0.57 0.2
HSL 16.03º 0.53% 0.57% -
HSV(B) 16.03º 0.57% 0.8% -
XYZ 33.26 26.74 12.64 -
YUV 140.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 204 119 88 0 0.42 0.57 0.2 16.03 0.53 0.57
Hex CC 77 58 0 2A 39 14 10 35 39
Octal 314 167 130 0 52 71 24 20 65 71
Binary 11001100 1110111 1011000 0 101010 111001 10100 10000 110101 111001

Color Harmonies of #CC7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7758

Black with #CC7758

Text Example


Text Example

White with #CC7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7758; }

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

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

background-color css

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

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

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

border-color css

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

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

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