Html Css Color HEX #C77E75 Brandy Rose

📋 copy color: '#C77E75'

red 199 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #C77E75

Tints of Brandy Rose #C77E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 45.02%
G = 28.51%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C77E75 (or 0xC77E75) is known color: Brandy Rose. HEX triplet: C7, 7E and 75. RGB value is (199,126,117). Sum of RGB (Red+Green+Blue) = 199+126+117=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E75 is #38818A. Grayscale: #929292. Windows color (decimal): -3703179 or 7700167. OLE color: 7700167.

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

Color convert

RGB 199 126 117 -
CMYK 0 0.37 0.41 0.22
HSL 6.59º 0.42% 0.62% -
HSV(B) 6.59º 0.41% 0.78% -
XYZ 34.22 28.35 20.5 -
YUV 146.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 199 126 117 0 0.37 0.41 0.22 6.59 0.42 0.62
Hex C7 7E 75 0 25 29 16 7 2A 3E
Octal 307 176 165 0 45 51 26 7 52 76
Binary 11000111 1111110 1110101 0 100101 101001 10110 111 101010 111110

Color Harmonies of #C77E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E75

Black with #C77E75

Text Example


Text Example

White with #C77E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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