Html Css Color HEX #762547 Flirt

📋 copy color: '#762547'

red 118 ◦ green 37 ◦ blue 71

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

Shades of Flirt #762547

Tints of Flirt #762547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 52.21%
G = 16.37%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#762547 (or 0x762547) is known color: Flirt. HEX triplet: 76, 25 and 47. RGB value is (118,37,71). Sum of RGB (Red+Green+Blue) = 118+37+71=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #762547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762547 is #89DAB8. Grayscale: #414141. Windows color (decimal): -9034425 or 4662646. OLE color: 4662646.

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

Color convert

RGB 118 37 71 -
CMYK 0 0.69 0.40 0.54
HSL 334.81º 0.52% 0.3% -
HSV(B) 334.81º 0.69% 0.46% -
XYZ 9.27 5.63 6.56 -
YUV 65.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 118 37 71 0 0.69 0.40 0.54 334.81 0.52 0.3
Hex 76 25 47 0 45 28 36 14F 34 1E
Octal 166 45 107 0 105 50 66 517 64 36
Binary 1110110 100101 1000111 0 1000101 101000 110110 101001111 110100 11110

Color Harmonies of #762547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762547

Black with #762547

Text Example


Text Example

White with #762547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762547; }

 p { color: rgb(118,37,71); }

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

background-color css

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

 a { background-color: rgb(118,37,71); }

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

border-color css

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

 span { border-color: rgb(118,37,71); }

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