Html Css Color HEX #C77F72 Brandy Rose

📋 copy color: '#C77F72'

red 199 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #C77F72

Tints of Brandy Rose #C77F72

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

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

R = 45.23%
G = 28.86%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C77F72 (or 0xC77F72) is known color: Brandy Rose. HEX triplet: C7, 7F and 72. RGB value is (199,127,114). Sum of RGB (Red+Green+Blue) = 199+127+114=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F72 is #38808D. Grayscale: #939393. Windows color (decimal): -3702926 or 7503815. OLE color: 7503815.

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

Color convert

RGB 199 127 114 -
CMYK 0 0.36 0.43 0.22
HSL 9.18º 0.43% 0.61% -
HSV(B) 9.18º 0.43% 0.78% -
XYZ 34.18 28.54 19.63 -
YUV 147.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 199 127 114 0 0.36 0.43 0.22 9.18 0.43 0.61
Hex C7 7F 72 0 24 2B 16 9 2B 3D
Octal 307 177 162 0 44 53 26 11 53 75
Binary 11000111 1111111 1110010 0 100100 101011 10110 1001 101011 111101

Color Harmonies of #C77F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F72

Black with #C77F72

Text Example


Text Example

White with #C77F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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