Html Css Color HEX #762134 Claret

📋 copy color: '#762134'

red 118 ◦ green 33 ◦ blue 52

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

Shades of Claret #762134

Tints of Claret #762134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 58.13%
G = 16.26%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#762134 (or 0x762134) is known color: Claret. HEX triplet: 76, 21 and 34. RGB value is (118,33,52). Sum of RGB (Red+Green+Blue) = 118+33+52=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762134 is #89DECB. Grayscale: #3C3C3C. Windows color (decimal): -9035468 or 3416438. OLE color: 3416438.

HSL color Cylindrical-coordinate representation of color #762134: hue angle of 346.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762134 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 52 -
CMYK 0 0.72 0.56 0.54
HSL 346.59º 0.56% 0.3% -
HSV(B) 346.59º 0.72% 0.46% -
XYZ 8.63 5.19 3.79 -
YUV 60.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 118 33 52 0 0.72 0.56 0.54 346.59 0.56 0.3
Hex 76 21 34 0 48 38 36 15B 38 1E
Octal 166 41 64 0 110 70 66 533 70 36
Binary 1110110 100001 110100 0 1001000 111000 110110 101011011 111000 11110

Color Harmonies of #762134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762134

Black with #762134

Text Example


Text Example

White with #762134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762134; }

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

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

background-color css

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

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

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

border-color css

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

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

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