Html Css Color HEX #755258 Falcon

📋 copy color: '#755258'

red 117 ◦ green 82 ◦ blue 88

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

Shades of Falcon #755258

Tints of Falcon #755258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 40.77%
G = 28.57%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#755258 (or 0x755258) is known color: Falcon. HEX triplet: 75, 52 and 58. RGB value is (117,82,88). Sum of RGB (Red+Green+Blue) = 117+82+88=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755258 is #8AADA7. Grayscale: #5D5D5D. Windows color (decimal): -9088424 or 5788277. OLE color: 5788277.

HSL color Cylindrical-coordinate representation of color #755258: hue angle of 349.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755258 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 88 -
CMYK 0 0.30 0.25 0.54
HSL 349.71º 0.18% 0.39% -
HSV(B) 349.71º 0.3% 0.46% -
XYZ 12.11 10.52 10.62 -
YUV 93.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 117 82 88 0 0.30 0.25 0.54 349.71 0.18 0.39
Hex 75 52 58 0 1E 19 36 15E 12 27
Octal 165 122 130 0 36 31 66 536 22 47
Binary 1110101 1010010 1011000 0 11110 11001 110110 101011110 10010 100111

Color Harmonies of #755258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755258

Black with #755258

Text Example


Text Example

White with #755258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755258; }

 p { color: rgb(117,82,88); }

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

background-color css

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

 a { background-color: rgb(117,82,88); }

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

border-color css

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

 span { border-color: rgb(117,82,88); }

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