Html Css Color HEX #761836 Claret

📋 copy color: '#761836'

red 118 ◦ green 24 ◦ blue 54

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

Shades of Claret #761836

Tints of Claret #761836

RGB

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

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

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

R = 60.2%
G = 12.24%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#761836 (or 0x761836) is known color: Claret. HEX triplet: 76, 18 and 36. RGB value is (118,24,54). Sum of RGB (Red+Green+Blue) = 118+24+54=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #761836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761836 is #89E7C9. Grayscale: #373737. Windows color (decimal): -9037770 or 3545206. OLE color: 3545206.

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

Color convert

RGB 118 24 54 -
CMYK 0 0.80 0.54 0.54
HSL 340.85º 0.66% 0.28% -
HSV(B) 340.85º 0.8% 0.46% -
XYZ 8.46 4.77 3.96 -
YUV 55.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 118 24 54 0 0.80 0.54 0.54 340.85 0.66 0.28
Hex 76 18 36 0 50 36 36 155 42 1C
Octal 166 30 66 0 120 66 66 525 102 34
Binary 1110110 11000 110110 0 1010000 110110 110110 101010101 1000010 11100

Color Harmonies of #761836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761836

Black with #761836

Text Example


Text Example

White with #761836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761836; }

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

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

background-color css

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

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

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

border-color css

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

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

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