Html Css Color HEX #772038 Claret

📋 copy color: '#772038'

red 119 ◦ green 32 ◦ blue 56

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

Shades of Claret #772038

Tints of Claret #772038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 57.49%
G = 15.46%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#772038 (or 0x772038) is known color: Claret. HEX triplet: 77, 20 and 38. RGB value is (119,32,56). Sum of RGB (Red+Green+Blue) = 119+32+56=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #772038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772038 is #88DFC7. Grayscale: #3C3C3C. Windows color (decimal): -8970184 or 3678327. OLE color: 3678327.

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

Color convert

RGB 119 32 56 -
CMYK 0 0.73 0.53 0.53
HSL 343.45º 0.58% 0.3% -
HSV(B) 343.45º 0.73% 0.47% -
XYZ 8.84 5.24 4.29 -
YUV 60.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 119 32 56 0 0.73 0.53 0.53 343.45 0.58 0.3
Hex 77 20 38 0 49 35 35 157 3A 1E
Octal 167 40 70 0 111 65 65 527 72 36
Binary 1110111 100000 111000 0 1001001 110101 110101 101010111 111010 11110

Color Harmonies of #772038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772038

Black with #772038

Text Example


Text Example

White with #772038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772038; }

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

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

background-color css

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

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

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

border-color css

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

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

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