Html Css Color HEX #CC7376 Froly

📋 copy color: '#CC7376'

red 204 ◦ green 115 ◦ blue 118

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

Shades of Froly #CC7376

Tints of Froly #CC7376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 46.68%
G = 26.32%
B = 27%

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

#CC7376 (or 0xCC7376) is known color: Froly. HEX triplet: CC, 73 and 76. RGB value is (204,115,118). Sum of RGB (Red+Green+Blue) = 204+115+118=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7376 is #338C89. Grayscale: #8E8E8E. Windows color (decimal): -3378314 or 7762892. OLE color: 7762892.

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

Color convert

RGB 204 115 118 -
CMYK 0 0.44 0.42 0.2
HSL 357.98º 0.47% 0.63% -
HSV(B) 357.98º 0.44% 0.8% -
XYZ 34.3 26.41 20.43 -
YUV 141.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 204 115 118 0 0.44 0.42 0.2 357.98 0.47 0.63
Hex CC 73 76 0 2C 2A 14 166 2F 3F
Octal 314 163 166 0 54 52 24 546 57 77
Binary 11001100 1110011 1110110 0 101100 101010 10100 101100110 101111 111111

Color Harmonies of #CC7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7376

Black with #CC7376

Text Example


Text Example

White with #CC7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7376; }

 p { color: rgb(204,115,118); }

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

background-color css

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

 a { background-color: rgb(204,115,118); }

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

border-color css

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

 span { border-color: rgb(204,115,118); }

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