Html Css Color HEX #736062 Falcon

📋 copy color: '#736062'

red 115 ◦ green 96 ◦ blue 98

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

Shades of Falcon #736062

Tints of Falcon #736062

RGB

 RED value IS 115 (45.31% from 255) = 37.22%

 GREEN value IS 96 (37.89% from 255) = 31.07%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 37.22%
G = 31.07%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#736062 (or 0x736062) is known color: Falcon. HEX triplet: 73, 60 and 62. RGB value is (115,96,98). Sum of RGB (Red+Green+Blue) = 115+96+98=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736062 is #8C9F9D. Grayscale: #656565. Windows color (decimal): -9215902 or 6447219. OLE color: 6447219.

HSL color Cylindrical-coordinate representation of color #736062: hue angle of 353.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736062 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 98 -
CMYK 0 0.17 0.15 0.55
HSL 353.68º 0.09% 0.41% -
HSV(B) 353.68º 0.17% 0.45% -
XYZ 13.46 12.89 13.33 -
YUV 101.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 115 96 98 0 0.17 0.15 0.55 353.68 0.09 0.41
Hex 73 60 62 0 11 F 37 162 9 29
Octal 163 140 142 0 21 17 67 542 11 51
Binary 1110011 1100000 1100010 0 10001 1111 110111 101100010 1001 101001

Color Harmonies of #736062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736062

Black with #736062

Text Example


Text Example

White with #736062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736062; }

 p { color: rgb(115,96,98); }

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

background-color css

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

 a { background-color: rgb(115,96,98); }

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

border-color css

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

 span { border-color: rgb(115,96,98); }

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