Html Css Color HEX #777368 Ironside Grey

📋 copy color: '#777368'

red 119 ◦ green 115 ◦ blue 104

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

Shades of Ironside Grey #777368

Tints of Ironside Grey #777368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 104 (41.02% from 255) = 30.77%

R = 35.21%
G = 34.02%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#777368 (or 0x777368) is known color: Ironside Grey. HEX triplet: 77, 73 and 68. RGB value is (119,115,104). Sum of RGB (Red+Green+Blue) = 119+115+104=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #777368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777368 is #888C97. Grayscale: #727272. Windows color (decimal): -8948888 or 6845303. OLE color: 6845303.

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

Color convert

RGB 119 115 104 -
CMYK 0 0.03 0.13 0.53
HSL 44º 0.07% 0.44% -
HSV(B) 44º 0.13% 0.47% -
XYZ 16.24 17.18 15.56 -
YUV 114.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 119 115 104 0 0.03 0.13 0.53 44 0.07 0.44
Hex 77 73 68 0 3 D 35 2C 7 2C
Octal 167 163 150 0 3 15 65 54 7 54
Binary 1110111 1110011 1101000 0 11 1101 110101 101100 111 101100

Color Harmonies of #777368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777368

Black with #777368

Text Example


Text Example

White with #777368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777368; }

 p { color: rgb(119,115,104); }

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

background-color css

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

 a { background-color: rgb(119,115,104); }

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

border-color css

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

 span { border-color: rgb(119,115,104); }

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