Html Css Color HEX #762942 Flirt

📋 copy color: '#762942'

red 118 ◦ green 41 ◦ blue 66

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

Shades of Flirt #762942

Tints of Flirt #762942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

 BLUE value IS 66 (26.17% from 255) = 29.33%

R = 52.44%
G = 18.22%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#762942 (or 0x762942) is known color: Flirt. HEX triplet: 76, 29 and 42. RGB value is (118,41,66). Sum of RGB (Red+Green+Blue) = 118+41+66=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762942 is #89D6BD. Grayscale: #424242. Windows color (decimal): -9033406 or 4335990. OLE color: 4335990.

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

Color convert

RGB 118 41 66 -
CMYK 0 0.65 0.44 0.54
HSL 340.52º 0.48% 0.31% -
HSV(B) 340.52º 0.65% 0.46% -
XYZ 9.25 5.83 5.79 -
YUV 66.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 118 41 66 0 0.65 0.44 0.54 340.52 0.48 0.31
Hex 76 29 42 0 41 2C 36 155 30 1F
Octal 166 51 102 0 101 54 66 525 60 37
Binary 1110110 101001 1000010 0 1000001 101100 110110 101010101 110000 11111

Color Harmonies of #762942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762942

Black with #762942

Text Example


Text Example

White with #762942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762942; }

 p { color: rgb(118,41,66); }

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

background-color css

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

 a { background-color: rgb(118,41,66); }

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

border-color css

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

 span { border-color: rgb(118,41,66); }

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