Html Css Color HEX #772034 Claret

📋 copy color: '#772034'

red 119 ◦ green 32 ◦ blue 52

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

Shades of Claret #772034

Tints of Claret #772034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 58.62%
G = 15.76%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#772034 (or 0x772034) is known color: Claret. HEX triplet: 77, 20 and 34. RGB value is (119,32,52). Sum of RGB (Red+Green+Blue) = 119+32+52=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772034 is #88DFCB. Grayscale: #3C3C3C. Windows color (decimal): -8970188 or 3416183. OLE color: 3416183.

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

Color convert

RGB 119 32 52 -
CMYK 0 0.73 0.56 0.53
HSL 346.21º 0.58% 0.3% -
HSV(B) 346.21º 0.73% 0.47% -
XYZ 8.74 5.2 3.79 -
YUV 60.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 119 32 52 0 0.73 0.56 0.53 346.21 0.58 0.3
Hex 77 20 34 0 49 38 35 15A 3A 1E
Octal 167 40 64 0 111 70 65 532 72 36
Binary 1110111 100000 110100 0 1001001 111000 110101 101011010 111010 11110

Color Harmonies of #772034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772034

Black with #772034

Text Example


Text Example

White with #772034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772034; }

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

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

background-color css

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

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

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

border-color css

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

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

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