Html Css Color HEX #C77E77 Brandy Rose

📋 copy color: '#C77E77'

red 199 ◦ green 126 ◦ blue 119

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

Shades of Brandy Rose #C77E77

Tints of Brandy Rose #C77E77

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

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

R = 44.82%
G = 28.38%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C77E77 (or 0xC77E77) is known color: Brandy Rose. HEX triplet: C7, 7E and 77. RGB value is (199,126,119). Sum of RGB (Red+Green+Blue) = 199+126+119=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E77 is #388188. Grayscale: #939393. Windows color (decimal): -3703177 or 7831239. OLE color: 7831239.

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

Color convert

RGB 199 126 119 -
CMYK 0 0.37 0.40 0.22
HSL 5.25º 0.42% 0.62% -
HSV(B) 5.25º 0.4% 0.78% -
XYZ 34.34 28.4 21.12 -
YUV 147.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 199 126 119 0 0.37 0.40 0.22 5.25 0.42 0.62
Hex C7 7E 77 0 25 28 16 5 2A 3E
Octal 307 176 167 0 45 50 26 5 52 76
Binary 11000111 1111110 1110111 0 100101 101000 10110 101 101010 111110

Color Harmonies of #C77E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E77

Black with #C77E77

Text Example


Text Example

White with #C77E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E77; }

 p { color: rgb(199,126,119); }

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

background-color css

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

 a { background-color: rgb(199,126,119); }

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

border-color css

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

 span { border-color: rgb(199,126,119); }

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