Html Css Color HEX #74525A Falcon

📋 copy color: '#74525A'

red 116 ◦ green 82 ◦ blue 90

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

Shades of Falcon #74525A

Tints of Falcon #74525A

RGB

 RED value IS 116 (45.7% from 255) = 40.28%

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 40.28%
G = 28.47%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74525A (or 0x74525A) is known color: Falcon. HEX triplet: 74, 52 and 5A. RGB value is (116,82,90). Sum of RGB (Red+Green+Blue) = 116+82+90=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #74525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74525A is #8BADA5. Grayscale: #5D5D5D. Windows color (decimal): -9153958 or 5919348. OLE color: 5919348.

HSL color Cylindrical-coordinate representation of color #74525A: hue angle of 345.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74525A is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 90 -
CMYK 0 0.29 0.22 0.55
HSL 345.88º 0.17% 0.39% -
HSV(B) 345.88º 0.29% 0.45% -
XYZ 12.07 10.49 11.06 -
YUV 93.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 116 82 90 0 0.29 0.22 0.55 345.88 0.17 0.39
Hex 74 52 5A 0 1D 16 37 15A 11 27
Octal 164 122 132 0 35 26 67 532 21 47
Binary 1110100 1010010 1011010 0 11101 10110 110111 101011010 10001 100111

Color Harmonies of #74525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74525A

Black with #74525A

Text Example


Text Example

White with #74525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74525A; }

 p { color: rgb(116,82,90); }

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

background-color css

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

 a { background-color: rgb(116,82,90); }

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

border-color css

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

 span { border-color: rgb(116,82,90); }

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