Html Css Color HEX #762748 Flirt

📋 copy color: '#762748'

red 118 ◦ green 39 ◦ blue 72

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

Shades of Flirt #762748

Tints of Flirt #762748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.44%

R = 51.53%
G = 17.03%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#762748 (or 0x762748) is known color: Flirt. HEX triplet: 76, 27 and 48. RGB value is (118,39,72). Sum of RGB (Red+Green+Blue) = 118+39+72=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #762748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762748 is #89D8B7. Grayscale: #424242. Windows color (decimal): -9033912 or 4728694. OLE color: 4728694.

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

Color convert

RGB 118 39 72 -
CMYK 0 0.67 0.39 0.54
HSL 334.94º 0.5% 0.31% -
HSV(B) 334.94º 0.67% 0.46% -
XYZ 9.37 5.77 6.75 -
YUV 66.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 118 39 72 0 0.67 0.39 0.54 334.94 0.5 0.31
Hex 76 27 48 0 43 27 36 14F 32 1F
Octal 166 47 110 0 103 47 66 517 62 37
Binary 1110110 100111 1001000 0 1000011 100111 110110 101001111 110010 11111

Color Harmonies of #762748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762748

Black with #762748

Text Example


Text Example

White with #762748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762748; }

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

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

background-color css

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

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

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

border-color css

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

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

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