Html Css Color HEX #772037 Claret

📋 copy color: '#772037'

red 119 ◦ green 32 ◦ blue 55

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

Shades of Claret #772037

Tints of Claret #772037

RGB

 RED value IS 119 (46.88% from 255) = 57.77%

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 57.77%
G = 15.53%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#772037 (or 0x772037) is known color: Claret. HEX triplet: 77, 20 and 37. RGB value is (119,32,55). Sum of RGB (Red+Green+Blue) = 119+32+55=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772037 is #88DFC8. Grayscale: #3C3C3C. Windows color (decimal): -8970185 or 3612791. OLE color: 3612791.

HSL color Cylindrical-coordinate representation of color #772037: hue angle of 344.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772037 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 55 -
CMYK 0 0.73 0.54 0.53
HSL 344.14º 0.58% 0.3% -
HSV(B) 344.14º 0.73% 0.47% -
XYZ 8.81 5.23 4.16 -
YUV 60.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 119 32 55 0 0.73 0.54 0.53 344.14 0.58 0.3
Hex 77 20 37 0 49 36 35 158 3A 1E
Octal 167 40 67 0 111 66 65 530 72 36
Binary 1110111 100000 110111 0 1001001 110110 110101 101011000 111010 11110

Color Harmonies of #772037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772037

Black with #772037

Text Example


Text Example

White with #772037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772037; }

 p { color: rgb(119,32,55); }

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

background-color css

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

 a { background-color: rgb(119,32,55); }

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

border-color css

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

 span { border-color: rgb(119,32,55); }

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