Html Css Color HEX #763043 Flirt

📋 copy color: '#763043'

red 118 ◦ green 48 ◦ blue 67

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

Shades of Flirt #763043

Tints of Flirt #763043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 50.64%
G = 20.6%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#763043 (or 0x763043) is known color: Flirt. HEX triplet: 76, 30 and 43. RGB value is (118,48,67). Sum of RGB (Red+Green+Blue) = 118+48+67=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #763043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763043 is #89CFBC. Grayscale: #474747. Windows color (decimal): -9031613 or 4403318. OLE color: 4403318.

HSL color Cylindrical-coordinate representation of color #763043: hue angle of 343.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763043 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 67 -
CMYK 0 0.59 0.43 0.54
HSL 343.71º 0.42% 0.33% -
HSV(B) 343.71º 0.59% 0.46% -
XYZ 9.54 6.37 6.04 -
YUV 71.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 118 48 67 0 0.59 0.43 0.54 343.71 0.42 0.33
Hex 76 30 43 0 3B 2B 36 158 2A 21
Octal 166 60 103 0 73 53 66 530 52 41
Binary 1110110 110000 1000011 0 111011 101011 110110 101011000 101010 100001

Color Harmonies of #763043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763043

Black with #763043

Text Example


Text Example

White with #763043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763043; }

 p { color: rgb(118,48,67); }

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

background-color css

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

 a { background-color: rgb(118,48,67); }

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

border-color css

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

 span { border-color: rgb(118,48,67); }

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