Html Css Color HEX #767269 Ironside Grey

📋 copy color: '#767269'

red 118 ◦ green 114 ◦ blue 105

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

Shades of Ironside Grey #767269

Tints of Ironside Grey #767269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 35.01%
G = 33.83%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#767269 (or 0x767269) is known color: Ironside Grey. HEX triplet: 76, 72 and 69. RGB value is (118,114,105). Sum of RGB (Red+Green+Blue) = 118+114+105=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #767269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767269 is #898D96. Grayscale: #727272. Windows color (decimal): -9014679 or 6910582. OLE color: 6910582.

HSL color Cylindrical-coordinate representation of color #767269: hue angle of 41.54º 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 #767269 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 105 -
CMYK 0 0.03 0.11 0.54
HSL 41.54º 0.06% 0.44% -
HSV(B) 41.54º 0.11% 0.46% -
XYZ 16.04 16.91 15.78 -
YUV 114.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 118 114 105 0 0.03 0.11 0.54 41.54 0.06 0.44
Hex 76 72 69 0 3 B 36 2A 6 2C
Octal 166 162 151 0 3 13 66 52 6 54
Binary 1110110 1110010 1101001 0 11 1011 110110 101010 110 101100

Color Harmonies of #767269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767269

Black with #767269

Text Example


Text Example

White with #767269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767269; }

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

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

background-color css

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

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

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

border-color css

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

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

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