Html Css Color HEX #77112D Claret

📋 copy color: '#77112D'

red 119 ◦ green 17 ◦ blue 45

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

Shades of Claret #77112D

Tints of Claret #77112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 65.75%
G = 9.39%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77112D (or 0x77112D) is known color: Claret. HEX triplet: 77, 11 and 2D. RGB value is (119,17,45). Sum of RGB (Red+Green+Blue) = 119+17+45=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77112D is #88EED2. Grayscale: #323232. Windows color (decimal): -8974035 or 2953591. OLE color: 2953591.

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

Color convert

RGB 119 17 45 -
CMYK 0 0.86 0.62 0.53
HSL 343.53º 0.75% 0.27% -
HSV(B) 343.53º 0.86% 0.47% -
XYZ 8.28 4.51 2.92 -
YUV 50.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 119 17 45 0 0.86 0.62 0.53 343.53 0.75 0.27
Hex 77 11 2D 0 56 3E 35 158 4B 1B
Octal 167 21 55 0 126 76 65 530 113 33
Binary 1110111 10001 101101 0 1010110 111110 110101 101011000 1001011 11011

Color Harmonies of #77112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77112D

Black with #77112D

Text Example


Text Example

White with #77112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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