Html Css Color HEX #762954 Flirt

📋 copy color: '#762954'

red 118 ◦ green 41 ◦ blue 84

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

Shades of Flirt #762954

Tints of Flirt #762954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.57%

R = 48.56%
G = 16.87%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#762954 (or 0x762954) is known color: Flirt. HEX triplet: 76, 29 and 54. RGB value is (118,41,84). Sum of RGB (Red+Green+Blue) = 118+41+84=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #762954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762954 is #89D6AB. Grayscale: #444444. Windows color (decimal): -9033388 or 5515638. OLE color: 5515638.

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

Color convert

RGB 118 41 84 -
CMYK 0 0.65 0.29 0.54
HSL 326.49º 0.48% 0.31% -
HSV(B) 326.49º 0.65% 0.46% -
XYZ 9.86 6.08 9.04 -
YUV 68.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 118 41 84 0 0.65 0.29 0.54 326.49 0.48 0.31
Hex 76 29 54 0 41 1D 36 146 30 1F
Octal 166 51 124 0 101 35 66 506 60 37
Binary 1110110 101001 1010100 0 1000001 11101 110110 101000110 110000 11111

Color Harmonies of #762954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762954

Black with #762954

Text Example


Text Example

White with #762954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762954; }

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

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

background-color css

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

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

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

border-color css

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

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

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