Html Css Color HEX #755051 Falcon

📋 copy color: '#755051'

red 117 ◦ green 80 ◦ blue 81

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

Shades of Falcon #755051

Tints of Falcon #755051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 42.09%
G = 28.78%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#755051 (or 0x755051) is known color: Falcon. HEX triplet: 75, 50 and 51. RGB value is (117,80,81). Sum of RGB (Red+Green+Blue) = 117+80+81=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #755051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755051 is #8AAFAE. Grayscale: #5B5B5B. Windows color (decimal): -9088943 or 5329013. OLE color: 5329013.

HSL color Cylindrical-coordinate representation of color #755051: hue angle of 358.38º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755051 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 81 -
CMYK 0 0.32 0.31 0.54
HSL 358.38º 0.19% 0.39% -
HSV(B) 358.38º 0.32% 0.46% -
XYZ 11.69 10.11 9.12 -
YUV 91.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 117 80 81 0 0.32 0.31 0.54 358.38 0.19 0.39
Hex 75 50 51 0 20 1F 36 166 13 27
Octal 165 120 121 0 40 37 66 546 23 47
Binary 1110101 1010000 1010001 0 100000 11111 110110 101100110 10011 100111

Color Harmonies of #755051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755051

Black with #755051

Text Example


Text Example

White with #755051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755051; }

 p { color: rgb(117,80,81); }

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

background-color css

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

 a { background-color: rgb(117,80,81); }

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

border-color css

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

 span { border-color: rgb(117,80,81); }

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