Html Css Color HEX #772032 Claret

📋 copy color: '#772032'

red 119 ◦ green 32 ◦ blue 50

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

Shades of Claret #772032

Tints of Claret #772032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 59.2%
G = 15.92%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#772032 (or 0x772032) is known color: Claret. HEX triplet: 77, 20 and 32. RGB value is (119,32,50). Sum of RGB (Red+Green+Blue) = 119+32+50=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #772032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772032 is #88DFCD. Grayscale: #3C3C3C. Windows color (decimal): -8970190 or 3285111. OLE color: 3285111.

HSL color Cylindrical-coordinate representation of color #772032: hue angle of 347.59º 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 #772032 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 50 -
CMYK 0 0.73 0.58 0.53
HSL 347.59º 0.58% 0.3% -
HSV(B) 347.59º 0.73% 0.47% -
XYZ 8.7 5.19 3.56 -
YUV 60.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 119 32 50 0 0.73 0.58 0.53 347.59 0.58 0.3
Hex 77 20 32 0 49 3A 35 15C 3A 1E
Octal 167 40 62 0 111 72 65 534 72 36
Binary 1110111 100000 110010 0 1001001 111010 110101 101011100 111010 11110

Color Harmonies of #772032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772032

Black with #772032

Text Example


Text Example

White with #772032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772032; }

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

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

background-color css

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

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

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

border-color css

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

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

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