Html Css Color HEX #75374C Flirt

📋 copy color: '#75374C'

red 117 ◦ green 55 ◦ blue 76

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

Shades of Flirt #75374C

Tints of Flirt #75374C

RGB

 RED value IS 117 (46.09% from 255) = 47.18%

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 47.18%
G = 22.18%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75374C (or 0x75374C) is known color: Flirt. HEX triplet: 75, 37 and 4C. RGB value is (117,55,76). Sum of RGB (Red+Green+Blue) = 117+55+76=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75374C is #8AC8B3. Grayscale: #4B4B4B. Windows color (decimal): -9095348 or 4994933. OLE color: 4994933.

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

Color convert

RGB 117 55 76 -
CMYK 0 0.53 0.35 0.54
HSL 339.68º 0.36% 0.34% -
HSV(B) 339.68º 0.53% 0.46% -
XYZ 10.01 7.04 7.67 -
YUV 75.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 117 55 76 0 0.53 0.35 0.54 339.68 0.36 0.34
Hex 75 37 4C 0 35 23 36 154 24 22
Octal 165 67 114 0 65 43 66 524 44 42
Binary 1110101 110111 1001100 0 110101 100011 110110 101010100 100100 100010

Color Harmonies of #75374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75374C

Black with #75374C

Text Example


Text Example

White with #75374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75374C; }

 p { color: rgb(117,55,76); }

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

background-color css

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

 a { background-color: rgb(117,55,76); }

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

border-color css

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

 span { border-color: rgb(117,55,76); }

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