Html Css Color HEX #765052 Falcon

📋 copy color: '#765052'

red 118 ◦ green 80 ◦ blue 82

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

Shades of Falcon #765052

Tints of Falcon #765052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.29%

R = 42.14%
G = 28.57%
B = 29.29%

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

#765052 (or 0x765052) is known color: Falcon. HEX triplet: 76, 50 and 52. RGB value is (118,80,82). Sum of RGB (Red+Green+Blue) = 118+80+82=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #765052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765052 is #89AFAD. Grayscale: #5B5B5B. Windows color (decimal): -9023406 or 5394550. OLE color: 5394550.

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

Color convert

RGB 118 80 82 -
CMYK 0 0.32 0.31 0.54
HSL 356.84º 0.19% 0.39% -
HSV(B) 356.84º 0.32% 0.46% -
XYZ 11.86 10.2 9.33 -
YUV 91.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 118 80 82 0 0.32 0.31 0.54 356.84 0.19 0.39
Hex 76 50 52 0 20 1F 36 165 13 27
Octal 166 120 122 0 40 37 66 545 23 47
Binary 1110110 1010000 1010010 0 100000 11111 110110 101100101 10011 100111

Color Harmonies of #765052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765052

Black with #765052

Text Example


Text Example

White with #765052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765052; }

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

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

background-color css

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

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

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

border-color css

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

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

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