Html Css Color HEX #75374D Flirt

📋 copy color: '#75374D'

red 117 ◦ green 55 ◦ blue 77

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

Shades of Flirt #75374D

Tints of Flirt #75374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.92%

R = 46.99%
G = 22.09%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75374D (or 0x75374D) is known color: Flirt. HEX triplet: 75, 37 and 4D. RGB value is (117,55,77). Sum of RGB (Red+Green+Blue) = 117+55+77=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75374D is #8AC8B2. Grayscale: #4C4C4C. Windows color (decimal): -9095347 or 5060469. OLE color: 5060469.

HSL color Cylindrical-coordinate representation of color #75374D: hue angle of 338.71º 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 #75374D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 77 -
CMYK 0 0.53 0.34 0.54
HSL 338.71º 0.36% 0.34% -
HSV(B) 338.71º 0.53% 0.46% -
XYZ 10.04 7.05 7.85 -
YUV 76.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 117 55 77 0 0.53 0.34 0.54 338.71 0.36 0.34
Hex 75 37 4D 0 35 22 36 153 24 22
Octal 165 67 115 0 65 42 66 523 44 42
Binary 1110101 110111 1001101 0 110101 100010 110110 101010011 100100 100010

Color Harmonies of #75374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75374D

Black with #75374D

Text Example


Text Example

White with #75374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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