Html Css Color HEX #787466 Ironside Grey

📋 copy color: '#787466'

red 120 ◦ green 116 ◦ blue 102

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

Shades of Ironside Grey #787466

Tints of Ironside Grey #787466

RGB

 RED value IS 120 (47.27% from 255) = 35.5%

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 35.5%
G = 34.32%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#787466 (or 0x787466) is known color: Ironside Grey. HEX triplet: 78, 74 and 66. RGB value is (120,116,102). Sum of RGB (Red+Green+Blue) = 120+116+102=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #787466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787466 is #878B99. Grayscale: #737373. Windows color (decimal): -8883098 or 6714488. OLE color: 6714488.

HSL color Cylindrical-coordinate representation of color #787466: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787466 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 102 -
CMYK 0 0.03 0.15 0.53
HSL 46.67º 0.08% 0.44% -
HSV(B) 46.67º 0.15% 0.47% -
XYZ 16.39 17.44 15.07 -
YUV 115.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 120 116 102 0 0.03 0.15 0.53 46.67 0.08 0.44
Hex 78 74 66 0 3 F 35 2F 8 2C
Octal 170 164 146 0 3 17 65 57 10 54
Binary 1111000 1110100 1100110 0 11 1111 110101 101111 1000 101100

Color Harmonies of #787466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787466

Black with #787466

Text Example


Text Example

White with #787466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787466; }

 p { color: rgb(120,116,102); }

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

background-color css

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

 a { background-color: rgb(120,116,102); }

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

border-color css

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

 span { border-color: rgb(120,116,102); }

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