Html Css Color HEX #76364B Flirt

📋 copy color: '#76364B'

red 118 ◦ green 54 ◦ blue 75

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

Shades of Flirt #76364B

Tints of Flirt #76364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 47.77%
G = 21.86%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76364B (or 0x76364B) is known color: Flirt. HEX triplet: 76, 36 and 4B. RGB value is (118,54,75). Sum of RGB (Red+Green+Blue) = 118+54+75=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76364B is #89C9B4. Grayscale: #4B4B4B. Windows color (decimal): -9030069 or 4929142. OLE color: 4929142.

HSL color Cylindrical-coordinate representation of color #76364B: hue angle of 340.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76364B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 75 -
CMYK 0 0.54 0.36 0.54
HSL 340.31º 0.37% 0.34% -
HSV(B) 340.31º 0.54% 0.46% -
XYZ 10.06 7 7.48 -
YUV 75.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 118 54 75 0 0.54 0.36 0.54 340.31 0.37 0.34
Hex 76 36 4B 0 36 24 36 154 25 22
Octal 166 66 113 0 66 44 66 524 45 42
Binary 1110110 110110 1001011 0 110110 100100 110110 101010100 100101 100010

Color Harmonies of #76364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76364B

Black with #76364B

Text Example


Text Example

White with #76364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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