Html Css Color HEX #761837 Claret

📋 copy color: '#761837'

red 118 ◦ green 24 ◦ blue 55

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

Shades of Claret #761837

Tints of Claret #761837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.18%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 59.9%
G = 12.18%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#761837 (or 0x761837) is known color: Claret. HEX triplet: 76, 18 and 37. RGB value is (118,24,55). Sum of RGB (Red+Green+Blue) = 118+24+55=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #761837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761837 is #89E7C8. Grayscale: #373737. Windows color (decimal): -9037769 or 3610742. OLE color: 3610742.

HSL color Cylindrical-coordinate representation of color #761837: hue angle of 340.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761837 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 55 -
CMYK 0 0.80 0.53 0.54
HSL 340.21º 0.66% 0.28% -
HSV(B) 340.21º 0.8% 0.46% -
XYZ 8.49 4.78 4.09 -
YUV 55.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 118 24 55 0 0.80 0.53 0.54 340.21 0.66 0.28
Hex 76 18 37 0 50 35 36 154 42 1C
Octal 166 30 67 0 120 65 66 524 102 34
Binary 1110110 11000 110111 0 1010000 110101 110110 101010100 1000010 11100

Color Harmonies of #761837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761837

Black with #761837

Text Example


Text Example

White with #761837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761837; }

 p { color: rgb(118,24,55); }

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

background-color css

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

 a { background-color: rgb(118,24,55); }

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

border-color css

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

 span { border-color: rgb(118,24,55); }

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