Html Css Color HEX #CC7277 Froly

📋 copy color: '#CC7277'

red 204 ◦ green 114 ◦ blue 119

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

Shades of Froly #CC7277

Tints of Froly #CC7277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 119 (46.88% from 255) = 27.23%

R = 46.68%
G = 26.09%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC7277 (or 0xCC7277) is known color: Froly. HEX triplet: CC, 72 and 77. RGB value is (204,114,119). Sum of RGB (Red+Green+Blue) = 204+114+119=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7277 is #338D88. Grayscale: #8D8D8D. Windows color (decimal): -3378569 or 7828172. OLE color: 7828172.

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

Color convert

RGB 204 114 119 -
CMYK 0 0.44 0.42 0.2
HSL 356.67º 0.47% 0.62% -
HSV(B) 356.67º 0.44% 0.8% -
XYZ 34.25 26.2 20.71 -
YUV 141.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 204 114 119 0 0.44 0.42 0.2 356.67 0.47 0.62
Hex CC 72 77 0 2C 2A 14 165 2F 3E
Octal 314 162 167 0 54 52 24 545 57 76
Binary 11001100 1110010 1110111 0 101100 101010 10100 101100101 101111 111110

Color Harmonies of #CC7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7277

Black with #CC7277

Text Example


Text Example

White with #CC7277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7277; }

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

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

background-color css

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

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

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

border-color css

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

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

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