Html Css Color HEX #772237 Claret

📋 copy color: '#772237'

red 119 ◦ green 34 ◦ blue 55

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

Shades of Claret #772237

Tints of Claret #772237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 57.21%
G = 16.35%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#772237 (or 0x772237) is known color: Claret. HEX triplet: 77, 22 and 37. RGB value is (119,34,55). Sum of RGB (Red+Green+Blue) = 119+34+55=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772237 is #88DDC8. Grayscale: #3D3D3D. Windows color (decimal): -8969673 or 3613303. OLE color: 3613303.

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

Color convert

RGB 119 34 55 -
CMYK 0 0.71 0.54 0.53
HSL 345.18º 0.56% 0.3% -
HSV(B) 345.18º 0.71% 0.47% -
XYZ 8.87 5.34 4.18 -
YUV 61.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 119 34 55 0 0.71 0.54 0.53 345.18 0.56 0.3
Hex 77 22 37 0 47 36 35 159 38 1E
Octal 167 42 67 0 107 66 65 531 70 36
Binary 1110111 100010 110111 0 1000111 110110 110101 101011001 111000 11110

Color Harmonies of #772237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772237

Black with #772237

Text Example


Text Example

White with #772237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772237; }

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

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

background-color css

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

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

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

border-color css

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

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

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