Html Css Color HEX #77172F Claret

📋 copy color: '#77172F'

red 119 ◦ green 23 ◦ blue 47

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

Shades of Claret #77172F

Tints of Claret #77172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 62.96%
G = 12.17%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77172F (or 0x77172F) is known color: Claret. HEX triplet: 77, 17 and 2F. RGB value is (119,23,47). Sum of RGB (Red+Green+Blue) = 119+23+47=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77172F is #88E8D0. Grayscale: #363636. Windows color (decimal): -8972497 or 3086199. OLE color: 3086199.

HSL color Cylindrical-coordinate representation of color #77172F: hue angle of 345º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77172F is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 47 -
CMYK 0 0.81 0.61 0.53
HSL 345º 0.68% 0.28% -
HSV(B) 345º 0.81% 0.47% -
XYZ 8.43 4.74 3.16 -
YUV 54.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 119 23 47 0 0.81 0.61 0.53 345 0.68 0.28
Hex 77 17 2F 0 51 3D 35 159 44 1C
Octal 167 27 57 0 121 75 65 531 104 34
Binary 1110111 10111 101111 0 1010001 111101 110101 101011001 1000100 11100

Color Harmonies of #77172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77172F

Black with #77172F

Text Example


Text Example

White with #77172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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