Html Css Color HEX #75726A Ironside Grey

📋 copy color: '#75726A'

red 117 ◦ green 114 ◦ blue 106

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

Shades of Ironside Grey #75726A

Tints of Ironside Grey #75726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 34.72%
G = 33.83%
B = 31.45%

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

#75726A (or 0x75726A) is known color: Ironside Grey. HEX triplet: 75, 72 and 6A. RGB value is (117,114,106). Sum of RGB (Red+Green+Blue) = 117+114+106=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #75726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75726A is #8A8D95. Grayscale: #727272. Windows color (decimal): -9080214 or 6976117. OLE color: 6976117.

HSL color Cylindrical-coordinate representation of color #75726A: hue angle of 43.64º degrees, saturation: 0.05, 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 #75726A is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 106 -
CMYK 0 0.03 0.09 0.54
HSL 43.64º 0.05% 0.44% -
HSV(B) 43.64º 0.09% 0.46% -
XYZ 15.95 16.86 16.05 -
YUV 113.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 117 114 106 0 0.03 0.09 0.54 43.64 0.05 0.44
Hex 75 72 6A 0 3 9 36 2C 5 2C
Octal 165 162 152 0 3 11 66 54 5 54
Binary 1110101 1110010 1101010 0 11 1001 110110 101100 101 101100

Color Harmonies of #75726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75726A

Black with #75726A

Text Example


Text Example

White with #75726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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