Html Css Color HEX #76172F Claret

📋 copy color: '#76172F'

red 118 ◦ green 23 ◦ blue 47

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

Shades of Claret #76172F

Tints of Claret #76172F

RGB

 RED value IS 118 (46.48% from 255) = 62.77%

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

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

R = 62.77%
G = 12.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76172F (or 0x76172F) is known color: Claret. HEX triplet: 76, 17 and 2F. RGB value is (118,23,47). Sum of RGB (Red+Green+Blue) = 118+23+47=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76172F is #89E8D0. Grayscale: #363636. Windows color (decimal): -9038033 or 3086198. OLE color: 3086198.

HSL color Cylindrical-coordinate representation of color #76172F: hue angle of 344.84º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76172F is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 47 -
CMYK 0 0.81 0.60 0.54
HSL 344.84º 0.67% 0.28% -
HSV(B) 344.84º 0.81% 0.46% -
XYZ 8.29 4.67 3.15 -
YUV 54.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 118 23 47 0 0.81 0.60 0.54 344.84 0.67 0.28
Hex 76 17 2F 0 51 3C 36 159 43 1C
Octal 166 27 57 0 121 74 66 531 103 34
Binary 1110110 10111 101111 0 1010001 111100 110110 101011001 1000011 11100

Color Harmonies of #76172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76172F

Black with #76172F

Text Example


Text Example

White with #76172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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