Html Css Color HEX #762746 Flirt

📋 copy color: '#762746'

red 118 ◦ green 39 ◦ blue 70

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

Shades of Flirt #762746

Tints of Flirt #762746

RGB

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

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

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

R = 51.98%
G = 17.18%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#762746 (or 0x762746) is known color: Flirt. HEX triplet: 76, 27 and 46. RGB value is (118,39,70). Sum of RGB (Red+Green+Blue) = 118+39+70=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #762746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762746 is #89D8B9. Grayscale: #424242. Windows color (decimal): -9033914 or 4597622. OLE color: 4597622.

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

Color convert

RGB 118 39 70 -
CMYK 0 0.67 0.41 0.54
HSL 336.46º 0.5% 0.31% -
HSV(B) 336.46º 0.67% 0.46% -
XYZ 9.3 5.74 6.41 -
YUV 66.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 118 39 70 0 0.67 0.41 0.54 336.46 0.5 0.31
Hex 76 27 46 0 43 29 36 150 32 1F
Octal 166 47 106 0 103 51 66 520 62 37
Binary 1110110 100111 1000110 0 1000011 101001 110110 101010000 110010 11111

Color Harmonies of #762746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762746

Black with #762746

Text Example


Text Example

White with #762746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762746; }

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

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

background-color css

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

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

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

border-color css

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

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

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