Html Css Color HEX #777466 Ironside Grey

📋 copy color: '#777466'

red 119 ◦ green 116 ◦ blue 102

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

Shades of Ironside Grey #777466

Tints of Ironside Grey #777466

RGB

 RED value IS 119 (46.88% from 255) = 35.31%

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

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

R = 35.31%
G = 34.42%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#777466 (or 0x777466) is known color: Ironside Grey. HEX triplet: 77, 74 and 66. RGB value is (119,116,102). Sum of RGB (Red+Green+Blue) = 119+116+102=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #777466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777466 is #888B99. Grayscale: #737373. Windows color (decimal): -8948634 or 6714487. OLE color: 6714487.

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

Color convert

RGB 119 116 102 -
CMYK 0 0.03 0.14 0.53
HSL 49.41º 0.08% 0.43% -
HSV(B) 49.41º 0.14% 0.47% -
XYZ 16.25 17.37 15.07 -
YUV 115.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 119 116 102 0 0.03 0.14 0.53 49.41 0.08 0.43
Hex 77 74 66 0 3 E 35 31 8 2B
Octal 167 164 146 0 3 16 65 61 10 53
Binary 1110111 1110100 1100110 0 11 1110 110101 110001 1000 101011

Color Harmonies of #777466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777466

Black with #777466

Text Example


Text Example

White with #777466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777466; }

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

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

background-color css

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

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

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

border-color css

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

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

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