Html Css Color HEX #765053 Falcon

📋 copy color: '#765053'

red 118 ◦ green 80 ◦ blue 83

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

Shades of Falcon #765053

Tints of Falcon #765053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 41.99%
G = 28.47%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#765053 (or 0x765053) is known color: Falcon. HEX triplet: 76, 50 and 53. RGB value is (118,80,83). Sum of RGB (Red+Green+Blue) = 118+80+83=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #765053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765053 is #89AFAC. Grayscale: #5B5B5B. Windows color (decimal): -9023405 or 5460086. OLE color: 5460086.

HSL color Cylindrical-coordinate representation of color #765053: hue angle of 355.26º 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 #765053 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 83 -
CMYK 0 0.32 0.30 0.54
HSL 355.26º 0.19% 0.39% -
HSV(B) 355.26º 0.32% 0.46% -
XYZ 11.9 10.21 9.53 -
YUV 91.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 118 80 83 0 0.32 0.30 0.54 355.26 0.19 0.39
Hex 76 50 53 0 20 1E 36 163 13 27
Octal 166 120 123 0 40 36 66 543 23 47
Binary 1110110 1010000 1010011 0 100000 11110 110110 101100011 10011 100111

Color Harmonies of #765053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765053

Black with #765053

Text Example


Text Example

White with #765053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765053; }

 p { color: rgb(118,80,83); }

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

background-color css

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

 a { background-color: rgb(118,80,83); }

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

border-color css

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

 span { border-color: rgb(118,80,83); }

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