Html Css Color HEX #C77072 Froly

📋 copy color: '#C77072'

red 199 ◦ green 112 ◦ blue 114

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

Shades of Froly #C77072

Tints of Froly #C77072

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 46.82%
G = 26.35%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C77072 (or 0xC77072) is known color: Froly. HEX triplet: C7, 70 and 72. RGB value is (199,112,114). Sum of RGB (Red+Green+Blue) = 199+112+114=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C77072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77072 is #388F8D. Grayscale: #8A8A8A. Windows color (decimal): -3706766 or 7499975. OLE color: 7499975.

HSL color Cylindrical-coordinate representation of color #C77072: hue angle of 358.62º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77072 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 114 -
CMYK 0 0.44 0.43 0.22
HSL 358.62º 0.44% 0.61% -
HSV(B) 358.62º 0.44% 0.78% -
XYZ 32.38 24.95 19.03 -
YUV 138.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 199 112 114 0 0.44 0.43 0.22 358.62 0.44 0.61
Hex C7 70 72 0 2C 2B 16 167 2C 3D
Octal 307 160 162 0 54 53 26 547 54 75
Binary 11000111 1110000 1110010 0 101100 101011 10110 101100111 101100 111101

Color Harmonies of #C77072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77072

Black with #C77072

Text Example


Text Example

White with #C77072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77072; }

 p { color: rgb(199,112,114); }

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

background-color css

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

 a { background-color: rgb(199,112,114); }

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

border-color css

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

 span { border-color: rgb(199,112,114); }

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