Html Css Color HEX #772536 Claret

📋 copy color: '#772536'

red 119 ◦ green 37 ◦ blue 54

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

Shades of Claret #772536

Tints of Claret #772536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 56.67%
G = 17.62%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#772536 (or 0x772536) is known color: Claret. HEX triplet: 77, 25 and 36. RGB value is (119,37,54). Sum of RGB (Red+Green+Blue) = 119+37+54=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772536 is #88DAC9. Grayscale: #3F3F3F. Windows color (decimal): -8968906 or 3548535. OLE color: 3548535.

HSL color Cylindrical-coordinate representation of color #772536: hue angle of 347.56º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772536 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 54 -
CMYK 0 0.69 0.55 0.53
HSL 347.56º 0.53% 0.31% -
HSV(B) 347.56º 0.69% 0.47% -
XYZ 8.94 5.51 4.08 -
YUV 63.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 119 37 54 0 0.69 0.55 0.53 347.56 0.53 0.31
Hex 77 25 36 0 45 37 35 15C 35 1F
Octal 167 45 66 0 105 67 65 534 65 37
Binary 1110111 100101 110110 0 1000101 110111 110101 101011100 110101 11111

Color Harmonies of #772536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772536

Black with #772536

Text Example


Text Example

White with #772536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772536; }

 p { color: rgb(119,37,54); }

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

background-color css

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

 a { background-color: rgb(119,37,54); }

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

border-color css

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

 span { border-color: rgb(119,37,54); }

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