Html Css Color HEX #762739 Claret

📋 copy color: '#762739'

red 118 ◦ green 39 ◦ blue 57

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

Shades of Claret #762739

Tints of Claret #762739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 57 (22.66% from 255) = 26.64%

R = 55.14%
G = 18.22%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#762739 (or 0x762739) is known color: Claret. HEX triplet: 76, 27 and 39. RGB value is (118,39,57). Sum of RGB (Red+Green+Blue) = 118+39+57=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #762739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762739 is #89D8C6. Grayscale: #404040. Windows color (decimal): -9033927 or 3745654. OLE color: 3745654.

HSL color Cylindrical-coordinate representation of color #762739: hue angle of 346.33º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762739 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 57 -
CMYK 0 0.67 0.52 0.54
HSL 346.33º 0.5% 0.31% -
HSV(B) 346.33º 0.67% 0.46% -
XYZ 8.94 5.6 4.48 -
YUV 64.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 118 39 57 0 0.67 0.52 0.54 346.33 0.5 0.31
Hex 76 27 39 0 43 34 36 15A 32 1F
Octal 166 47 71 0 103 64 66 532 62 37
Binary 1110110 100111 111001 0 1000011 110100 110110 101011010 110010 11111

Color Harmonies of #762739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762739

Black with #762739

Text Example


Text Example

White with #762739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762739; }

 p { color: rgb(118,39,57); }

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

background-color css

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

 a { background-color: rgb(118,39,57); }

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

border-color css

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

 span { border-color: rgb(118,39,57); }

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