Html Css Color HEX #761637 Claret

📋 copy color: '#761637'

red 118 ◦ green 22 ◦ blue 55

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

Shades of Claret #761637

Tints of Claret #761637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

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

R = 60.51%
G = 11.28%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#761637 (or 0x761637) is known color: Claret. HEX triplet: 76, 16 and 37. RGB value is (118,22,55). Sum of RGB (Red+Green+Blue) = 118+22+55=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761637 is #89E9C8. Grayscale: #363636. Windows color (decimal): -9038281 or 3610230. OLE color: 3610230.

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

Color convert

RGB 118 22 55 -
CMYK 0 0.81 0.53 0.54
HSL 339.38º 0.69% 0.27% -
HSV(B) 339.38º 0.81% 0.46% -
XYZ 8.45 4.7 4.08 -
YUV 54.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 118 22 55 0 0.81 0.53 0.54 339.38 0.69 0.27
Hex 76 16 37 0 51 35 36 153 45 1B
Octal 166 26 67 0 121 65 66 523 105 33
Binary 1110110 10110 110111 0 1010001 110101 110110 101010011 1000101 11011

Color Harmonies of #761637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761637

Black with #761637

Text Example


Text Example

White with #761637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761637; }

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

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

background-color css

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

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

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

border-color css

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

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

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