Html Css Color HEX #767365 Ironside Grey

📋 copy color: '#767365'

red 118 ◦ green 115 ◦ blue 101

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

Shades of Ironside Grey #767365

Tints of Ironside Grey #767365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 35.33%
G = 34.43%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#767365 (or 0x767365) is known color: Ironside Grey. HEX triplet: 76, 73 and 65. RGB value is (118,115,101). Sum of RGB (Red+Green+Blue) = 118+115+101=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #767365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767365 is #898C9A. Grayscale: #727272. Windows color (decimal): -9014427 or 6648694. OLE color: 6648694.

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

Color convert

RGB 118 115 101 -
CMYK 0 0.03 0.14 0.54
HSL 49.41º 0.08% 0.43% -
HSV(B) 49.41º 0.14% 0.46% -
XYZ 15.95 17.05 14.76 -
YUV 114.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 118 115 101 0 0.03 0.14 0.54 49.41 0.08 0.43
Hex 76 73 65 0 3 E 36 31 8 2B
Octal 166 163 145 0 3 16 66 61 10 53
Binary 1110110 1110011 1100101 0 11 1110 110110 110001 1000 101011

Color Harmonies of #767365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767365

Black with #767365

Text Example


Text Example

White with #767365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767365; }

 p { color: rgb(118,115,101); }

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

background-color css

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

 a { background-color: rgb(118,115,101); }

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

border-color css

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

 span { border-color: rgb(118,115,101); }

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