Html Css Color HEX #762848 Flirt

📋 copy color: '#762848'

red 118 ◦ green 40 ◦ blue 72

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

Shades of Flirt #762848

Tints of Flirt #762848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 51.3%
G = 17.39%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#762848 (or 0x762848) is known color: Flirt. HEX triplet: 76, 28 and 48. RGB value is (118,40,72). Sum of RGB (Red+Green+Blue) = 118+40+72=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #762848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762848 is #89D7B7. Grayscale: #424242. Windows color (decimal): -9033656 or 4728950. OLE color: 4728950.

HSL color Cylindrical-coordinate representation of color #762848: hue angle of 335.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762848 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 72 -
CMYK 0 0.66 0.39 0.54
HSL 335.38º 0.49% 0.31% -
HSV(B) 335.38º 0.66% 0.46% -
XYZ 9.4 5.84 6.76 -
YUV 66.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 118 40 72 0 0.66 0.39 0.54 335.38 0.49 0.31
Hex 76 28 48 0 42 27 36 14F 31 1F
Octal 166 50 110 0 102 47 66 517 61 37
Binary 1110110 101000 1001000 0 1000010 100111 110110 101001111 110001 11111

Color Harmonies of #762848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762848

Black with #762848

Text Example


Text Example

White with #762848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762848; }

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

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

background-color css

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

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

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

border-color css

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

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

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