Html Css Color HEX #762850 Flirt

📋 copy color: '#762850'

red 118 ◦ green 40 ◦ blue 80

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

Shades of Flirt #762850

Tints of Flirt #762850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 49.58%
G = 16.81%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#762850 (or 0x762850) is known color: Flirt. HEX triplet: 76, 28 and 50. RGB value is (118,40,80). Sum of RGB (Red+Green+Blue) = 118+40+80=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #762850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762850 is #89D7AF. Grayscale: #434343. Windows color (decimal): -9033648 or 5253238. OLE color: 5253238.

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

Color convert

RGB 118 40 80 -
CMYK 0 0.66 0.32 0.54
HSL 329.23º 0.49% 0.31% -
HSV(B) 329.23º 0.66% 0.46% -
XYZ 9.68 5.95 8.23 -
YUV 67.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 118 40 80 0 0.66 0.32 0.54 329.23 0.49 0.31
Hex 76 28 50 0 42 20 36 149 31 1F
Octal 166 50 120 0 102 40 66 511 61 37
Binary 1110110 101000 1010000 0 1000010 100000 110110 101001001 110001 11111

Color Harmonies of #762850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762850

Black with #762850

Text Example


Text Example

White with #762850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762850; }

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

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

background-color css

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

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

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

border-color css

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

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

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