Html Css Color HEX #761736 Claret

📋 copy color: '#761736'

red 118 ◦ green 23 ◦ blue 54

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

Shades of Claret #761736

Tints of Claret #761736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 60.51%
G = 11.79%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#761736 (or 0x761736) is known color: Claret. HEX triplet: 76, 17 and 36. RGB value is (118,23,54). Sum of RGB (Red+Green+Blue) = 118+23+54=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761736 is #89E8C9. Grayscale: #363636. Windows color (decimal): -9038026 or 3544950. OLE color: 3544950.

HSL color Cylindrical-coordinate representation of color #761736: hue angle of 340.42º 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 #761736 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 54 -
CMYK 0 0.81 0.54 0.54
HSL 340.42º 0.67% 0.28% -
HSV(B) 340.42º 0.81% 0.46% -
XYZ 8.44 4.73 3.96 -
YUV 54.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 118 23 54 0 0.81 0.54 0.54 340.42 0.67 0.28
Hex 76 17 36 0 51 36 36 154 43 1C
Octal 166 27 66 0 121 66 66 524 103 34
Binary 1110110 10111 110110 0 1010001 110110 110110 101010100 1000011 11100

Color Harmonies of #761736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761736

Black with #761736

Text Example


Text Example

White with #761736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761736; }

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

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

background-color css

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

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

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

border-color css

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

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

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