Html Css Color HEX #772439 Claret

📋 copy color: '#772439'

red 119 ◦ green 36 ◦ blue 57

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

Shades of Claret #772439

Tints of Claret #772439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 57 (22.66% from 255) = 26.89%

R = 56.13%
G = 16.98%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#772439 (or 0x772439) is known color: Claret. HEX triplet: 77, 24 and 39. RGB value is (119,36,57). Sum of RGB (Red+Green+Blue) = 119+36+57=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #772439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772439 is #88DBC6. Grayscale: #3F3F3F. Windows color (decimal): -8969159 or 3744887. OLE color: 3744887.

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

Color convert

RGB 119 36 57 -
CMYK 0 0.70 0.52 0.53
HSL 344.82º 0.54% 0.3% -
HSV(B) 344.82º 0.7% 0.47% -
XYZ 8.98 5.48 4.46 -
YUV 63.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 119 36 57 0 0.70 0.52 0.53 344.82 0.54 0.3
Hex 77 24 39 0 46 34 35 159 36 1E
Octal 167 44 71 0 106 64 65 531 66 36
Binary 1110111 100100 111001 0 1000110 110100 110101 101011001 110110 11110

Color Harmonies of #772439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772439

Black with #772439

Text Example


Text Example

White with #772439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772439; }

 p { color: rgb(119,36,57); }

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

background-color css

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

 a { background-color: rgb(119,36,57); }

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

border-color css

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

 span { border-color: rgb(119,36,57); }

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