Html Css Color HEX #767469 Ironside Grey

📋 copy color: '#767469'

red 118 ◦ green 116 ◦ blue 105

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

Shades of Ironside Grey #767469

Tints of Ironside Grey #767469

RGB

 RED value IS 118 (46.48% from 255) = 34.81%

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

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 34.81%
G = 34.22%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#767469 (or 0x767469) is known color: Ironside Grey. HEX triplet: 76, 74 and 69. RGB value is (118,116,105). Sum of RGB (Red+Green+Blue) = 118+116+105=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #767469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767469 is #898B96. Grayscale: #737373. Windows color (decimal): -9014167 or 6911094. OLE color: 6911094.

HSL color Cylindrical-coordinate representation of color #767469: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767469 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 105 -
CMYK 0 0.02 0.11 0.54
HSL 50.77º 0.06% 0.44% -
HSV(B) 50.77º 0.11% 0.46% -
XYZ 16.27 17.36 15.86 -
YUV 115.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 118 116 105 0 0.02 0.11 0.54 50.77 0.06 0.44
Hex 76 74 69 0 2 B 36 33 6 2C
Octal 166 164 151 0 2 13 66 63 6 54
Binary 1110110 1110100 1101001 0 10 1011 110110 110011 110 101100

Color Harmonies of #767469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767469

Black with #767469

Text Example


Text Example

White with #767469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767469; }

 p { color: rgb(118,116,105); }

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

background-color css

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

 a { background-color: rgb(118,116,105); }

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

border-color css

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

 span { border-color: rgb(118,116,105); }

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