Html Css Color HEX #762C46 Flirt

📋 copy color: '#762C46'

red 118 ◦ green 44 ◦ blue 70

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

Shades of Flirt #762C46

Tints of Flirt #762C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 50.86%
G = 18.97%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#762C46 (or 0x762C46) is known color: Flirt. HEX triplet: 76, 2C and 46. RGB value is (118,44,70). Sum of RGB (Red+Green+Blue) = 118+44+70=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #762C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C46 is #89D3B9. Grayscale: #454545. Windows color (decimal): -9032634 or 4598902. OLE color: 4598902.

HSL color Cylindrical-coordinate representation of color #762C46: hue angle of 338.92º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C46 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 70 -
CMYK 0 0.63 0.41 0.54
HSL 338.92º 0.46% 0.32% -
HSV(B) 338.92º 0.63% 0.46% -
XYZ 9.48 6.1 6.47 -
YUV 69.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 118 44 70 0 0.63 0.41 0.54 338.92 0.46 0.32
Hex 76 2C 46 0 3F 29 36 153 2E 20
Octal 166 54 106 0 77 51 66 523 56 40
Binary 1110110 101100 1000110 0 111111 101001 110110 101010011 101110 100000

Color Harmonies of #762C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C46

Black with #762C46

Text Example


Text Example

White with #762C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762C46; }

 p { color: rgb(118,44,70); }

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

background-color css

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

 a { background-color: rgb(118,44,70); }

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

border-color css

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

 span { border-color: rgb(118,44,70); }

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