Html Css Color HEX #761834 Claret

📋 copy color: '#761834'

red 118 ◦ green 24 ◦ blue 52

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

Shades of Claret #761834

Tints of Claret #761834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.8%

R = 60.82%
G = 12.37%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#761834 (or 0x761834) is known color: Claret. HEX triplet: 76, 18 and 34. RGB value is (118,24,52). Sum of RGB (Red+Green+Blue) = 118+24+52=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #761834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761834 is #89E7CB. Grayscale: #373737. Windows color (decimal): -9037772 or 3414134. OLE color: 3414134.

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

Color convert

RGB 118 24 52 -
CMYK 0 0.80 0.56 0.54
HSL 342.13º 0.66% 0.28% -
HSV(B) 342.13º 0.8% 0.46% -
XYZ 8.42 4.75 3.72 -
YUV 55.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 118 24 52 0 0.80 0.56 0.54 342.13 0.66 0.28
Hex 76 18 34 0 50 38 36 156 42 1C
Octal 166 30 64 0 120 70 66 526 102 34
Binary 1110110 11000 110100 0 1010000 111000 110110 101010110 1000010 11100

Color Harmonies of #761834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761834

Black with #761834

Text Example


Text Example

White with #761834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761834; }

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

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

background-color css

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

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

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

border-color css

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

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

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