Html Css Color HEX #75726B Ironside Grey

📋 copy color: '#75726B'

red 117 ◦ green 114 ◦ blue 107

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

Shades of Ironside Grey #75726B

Tints of Ironside Grey #75726B

RGB

 RED value IS 117 (46.09% from 255) = 34.62%

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 34.62%
G = 33.73%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75726B (or 0x75726B) is known color: Ironside Grey. HEX triplet: 75, 72 and 6B. RGB value is (117,114,107). Sum of RGB (Red+Green+Blue) = 117+114+107=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #75726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75726B is #8A8D94. Grayscale: #727272. Windows color (decimal): -9080213 or 7041653. OLE color: 7041653.

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

Color convert

RGB 117 114 107 -
CMYK 0 0.03 0.09 0.54
HSL 42º 0.04% 0.44% -
HSV(B) 42º 0.09% 0.46% -
XYZ 16.01 16.88 16.32 -
YUV 114.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 117 114 107 0 0.03 0.09 0.54 42 0.04 0.44
Hex 75 72 6B 0 3 9 36 2A 4 2C
Octal 165 162 153 0 3 11 66 52 4 54
Binary 1110101 1110010 1101011 0 11 1001 110110 101010 100 101100

Color Harmonies of #75726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75726B

Black with #75726B

Text Example


Text Example

White with #75726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75726B; }

 p { color: rgb(117,114,107); }

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

background-color css

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

 a { background-color: rgb(117,114,107); }

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

border-color css

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

 span { border-color: rgb(117,114,107); }

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