Html Css Color HEX #C77F78 Brandy Rose

📋 copy color: '#C77F78'

red 199 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #C77F78

Tints of Brandy Rose #C77F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 44.62%
G = 28.48%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C77F78 (or 0xC77F78) is known color: Brandy Rose. HEX triplet: C7, 7F and 78. RGB value is (199,127,120). Sum of RGB (Red+Green+Blue) = 199+127+120=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F78 is #388087. Grayscale: #939393. Windows color (decimal): -3702920 or 7897031. OLE color: 7897031.

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

Color convert

RGB 199 127 120 -
CMYK 0 0.36 0.40 0.22
HSL 5.32º 0.41% 0.63% -
HSV(B) 5.32º 0.4% 0.78% -
XYZ 34.53 28.68 21.48 -
YUV 147.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 199 127 120 0 0.36 0.40 0.22 5.32 0.41 0.63
Hex C7 7F 78 0 24 28 16 5 29 3F
Octal 307 177 170 0 44 50 26 5 51 77
Binary 11000111 1111111 1111000 0 100100 101000 10110 101 101001 111111

Color Harmonies of #C77F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F78

Black with #C77F78

Text Example


Text Example

White with #C77F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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