Html Css Color HEX #772137 Claret

📋 copy color: '#772137'

red 119 ◦ green 33 ◦ blue 55

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

Shades of Claret #772137

Tints of Claret #772137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

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

R = 57.49%
G = 15.94%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#772137 (or 0x772137) is known color: Claret. HEX triplet: 77, 21 and 37. RGB value is (119,33,55). Sum of RGB (Red+Green+Blue) = 119+33+55=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #772137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772137 is #88DEC8. Grayscale: #3D3D3D. Windows color (decimal): -8969929 or 3613047. OLE color: 3613047.

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

Color convert

RGB 119 33 55 -
CMYK 0 0.72 0.54 0.53
HSL 344.65º 0.57% 0.3% -
HSV(B) 344.65º 0.72% 0.47% -
XYZ 8.84 5.29 4.17 -
YUV 61.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 119 33 55 0 0.72 0.54 0.53 344.65 0.57 0.3
Hex 77 21 37 0 48 36 35 159 39 1E
Octal 167 41 67 0 110 66 65 531 71 36
Binary 1110111 100001 110111 0 1001000 110110 110101 101011001 111001 11110

Color Harmonies of #772137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772137

Black with #772137

Text Example


Text Example

White with #772137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772137; }

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

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

background-color css

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

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

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

border-color css

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

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

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