Html Css Color HEX #77122D Claret

📋 copy color: '#77122D'

red 119 ◦ green 18 ◦ blue 45

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

Shades of Claret #77122D

Tints of Claret #77122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 65.38%
G = 9.89%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77122D (or 0x77122D) is known color: Claret. HEX triplet: 77, 12 and 2D. RGB value is (119,18,45). Sum of RGB (Red+Green+Blue) = 119+18+45=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77122D is #88EDD2. Grayscale: #333333. Windows color (decimal): -8973779 or 2953847. OLE color: 2953847.

HSL color Cylindrical-coordinate representation of color #77122D: hue angle of 343.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77122D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 45 -
CMYK 0 0.85 0.62 0.53
HSL 343.96º 0.74% 0.27% -
HSV(B) 343.96º 0.85% 0.47% -
XYZ 8.3 4.54 2.92 -
YUV 51.28 124.46 176.3 -
System Red Green Blue C M Y K H S L
Decimal 119 18 45 0 0.85 0.62 0.53 343.96 0.74 0.27
Hex 77 12 2D 0 55 3E 35 158 4A 1B
Octal 167 22 55 0 125 76 65 530 112 33
Binary 1110111 10010 101101 0 1010101 111110 110101 101011000 1001010 11011

Color Harmonies of #77122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77122D

Black with #77122D

Text Example


Text Example

White with #77122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77122D; }

 p { color: rgb(119,18,45); }

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

background-color css

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

 a { background-color: rgb(119,18,45); }

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

border-color css

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

 span { border-color: rgb(119,18,45); }

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