Html Css Color HEX #767368 Ironside Grey

📋 copy color: '#767368'

red 118 ◦ green 115 ◦ blue 104

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

Shades of Ironside Grey #767368

Tints of Ironside Grey #767368

RGB

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

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

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

R = 35.01%
G = 34.12%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#767368 (or 0x767368) is known color: Ironside Grey. HEX triplet: 76, 73 and 68. RGB value is (118,115,104). Sum of RGB (Red+Green+Blue) = 118+115+104=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #767368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767368 is #898C97. Grayscale: #727272. Windows color (decimal): -9014424 or 6845302. OLE color: 6845302.

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

Color convert

RGB 118 115 104 -
CMYK 0 0.03 0.12 0.54
HSL 47.14º 0.06% 0.44% -
HSV(B) 47.14º 0.12% 0.46% -
XYZ 16.1 17.11 15.55 -
YUV 114.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 118 115 104 0 0.03 0.12 0.54 47.14 0.06 0.44
Hex 76 73 68 0 3 C 36 2F 6 2C
Octal 166 163 150 0 3 14 66 57 6 54
Binary 1110110 1110011 1101000 0 11 1100 110110 101111 110 101100

Color Harmonies of #767368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767368

Black with #767368

Text Example


Text Example

White with #767368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767368; }

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

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

background-color css

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

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

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

border-color css

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

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

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