Html Css Color HEX #77112F Claret

📋 copy color: '#77112F'

red 119 ◦ green 17 ◦ blue 47

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

Shades of Claret #77112F

Tints of Claret #77112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 65.03%
G = 9.29%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77112F (or 0x77112F) is known color: Claret. HEX triplet: 77, 11 and 2F. RGB value is (119,17,47). Sum of RGB (Red+Green+Blue) = 119+17+47=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77112F is #88EED0. Grayscale: #323232. Windows color (decimal): -8974033 or 3084663. OLE color: 3084663.

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

Color convert

RGB 119 17 47 -
CMYK 0 0.86 0.61 0.53
HSL 342.35º 0.75% 0.27% -
HSV(B) 342.35º 0.86% 0.47% -
XYZ 8.32 4.53 3.12 -
YUV 50.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 119 17 47 0 0.86 0.61 0.53 342.35 0.75 0.27
Hex 77 11 2F 0 56 3D 35 156 4B 1B
Octal 167 21 57 0 126 75 65 526 113 33
Binary 1110111 10001 101111 0 1010110 111101 110101 101010110 1001011 11011

Color Harmonies of #77112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77112F

Black with #77112F

Text Example


Text Example

White with #77112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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