Html Css Color HEX #772538 Claret

📋 copy color: '#772538'

red 119 ◦ green 37 ◦ blue 56

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

Shades of Claret #772538

Tints of Claret #772538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 56.13%
G = 17.45%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#772538 (or 0x772538) is known color: Claret. HEX triplet: 77, 25 and 38. RGB value is (119,37,56). Sum of RGB (Red+Green+Blue) = 119+37+56=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #772538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772538 is #88DAC7. Grayscale: #3F3F3F. Windows color (decimal): -8968904 or 3679607. OLE color: 3679607.

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

Color convert

RGB 119 37 56 -
CMYK 0 0.69 0.53 0.53
HSL 346.1º 0.53% 0.31% -
HSV(B) 346.1º 0.69% 0.47% -
XYZ 8.98 5.53 4.34 -
YUV 63.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 119 37 56 0 0.69 0.53 0.53 346.1 0.53 0.31
Hex 77 25 38 0 45 35 35 15A 35 1F
Octal 167 45 70 0 105 65 65 532 65 37
Binary 1110111 100101 111000 0 1000101 110101 110101 101011010 110101 11111

Color Harmonies of #772538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772538

Black with #772538

Text Example


Text Example

White with #772538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772538; }

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

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

background-color css

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

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

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

border-color css

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

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

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