Html Css Color HEX #762D4B Flirt

📋 copy color: '#762D4B'

red 118 ◦ green 45 ◦ blue 75

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

Shades of Flirt #762D4B

Tints of Flirt #762D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 49.58%
G = 18.91%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#762D4B (or 0x762D4B) is known color: Flirt. HEX triplet: 76, 2D and 4B. RGB value is (118,45,75). Sum of RGB (Red+Green+Blue) = 118+45+75=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #762D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D4B is #89D2B4. Grayscale: #464646. Windows color (decimal): -9032373 or 4926838. OLE color: 4926838.

HSL color Cylindrical-coordinate representation of color #762D4B: hue angle of 335.34º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D4B is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 75 -
CMYK 0 0.62 0.36 0.54
HSL 335.34º 0.45% 0.32% -
HSV(B) 335.34º 0.62% 0.46% -
XYZ 9.68 6.24 7.35 -
YUV 70.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 118 45 75 0 0.62 0.36 0.54 335.34 0.45 0.32
Hex 76 2D 4B 0 3E 24 36 14F 2D 20
Octal 166 55 113 0 76 44 66 517 55 40
Binary 1110110 101101 1001011 0 111110 100100 110110 101001111 101101 100000

Color Harmonies of #762D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D4B

Black with #762D4B

Text Example


Text Example

White with #762D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D4B; }

 p { color: rgb(118,45,75); }

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

background-color css

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

 a { background-color: rgb(118,45,75); }

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

border-color css

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

 span { border-color: rgb(118,45,75); }

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