Html Css Color HEX #761937 Claret

📋 copy color: '#761937'

red 118 ◦ green 25 ◦ blue 55

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

Shades of Claret #761937

Tints of Claret #761937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 59.6%
G = 12.63%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#761937 (or 0x761937) is known color: Claret. HEX triplet: 76, 19 and 37. RGB value is (118,25,55). Sum of RGB (Red+Green+Blue) = 118+25+55=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #761937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761937 is #89E6C8. Grayscale: #383838. Windows color (decimal): -9037513 or 3610998. OLE color: 3610998.

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

Color convert

RGB 118 25 55 -
CMYK 0 0.79 0.53 0.54
HSL 340.65º 0.65% 0.28% -
HSV(B) 340.65º 0.79% 0.46% -
XYZ 8.51 4.82 4.1 -
YUV 56.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 118 25 55 0 0.79 0.53 0.54 340.65 0.65 0.28
Hex 76 19 37 0 4F 35 36 155 41 1C
Octal 166 31 67 0 117 65 66 525 101 34
Binary 1110110 11001 110111 0 1001111 110101 110110 101010101 1000001 11100

Color Harmonies of #761937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761937

Black with #761937

Text Example


Text Example

White with #761937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761937; }

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

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

background-color css

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

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

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

border-color css

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

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

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