Html Css Color HEX #762844 Flirt

📋 copy color: '#762844'

red 118 ◦ green 40 ◦ blue 68

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

Shades of Flirt #762844

Tints of Flirt #762844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.09%

R = 52.21%
G = 17.7%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#762844 (or 0x762844) is known color: Flirt. HEX triplet: 76, 28 and 44. RGB value is (118,40,68). Sum of RGB (Red+Green+Blue) = 118+40+68=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #762844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762844 is #89D7BB. Grayscale: #424242. Windows color (decimal): -9033660 or 4466806. OLE color: 4466806.

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

Color convert

RGB 118 40 68 -
CMYK 0 0.66 0.42 0.54
HSL 338.46º 0.49% 0.31% -
HSV(B) 338.46º 0.66% 0.46% -
XYZ 9.27 5.79 6.1 -
YUV 66.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 118 40 68 0 0.66 0.42 0.54 338.46 0.49 0.31
Hex 76 28 44 0 42 2A 36 152 31 1F
Octal 166 50 104 0 102 52 66 522 61 37
Binary 1110110 101000 1000100 0 1000010 101010 110110 101010010 110001 11111

Color Harmonies of #762844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762844

Black with #762844

Text Example


Text Example

White with #762844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762844; }

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

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

background-color css

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

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

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

border-color css

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

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

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