Html Css Color HEX #747270 Sandstone

📋 copy color: '#747270'

red 116 ◦ green 114 ◦ blue 112

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

Shades of Sandstone #747270

Tints of Sandstone #747270

RGB

 RED value IS 116 (45.7% from 255) = 33.92%

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

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 33.92%
G = 33.33%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#747270 (or 0x747270) is known color: Sandstone. HEX triplet: 74, 72 and 70. RGB value is (116,114,112). Sum of RGB (Red+Green+Blue) = 116+114+112=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 116 - color contains mainly: red. Hex color #747270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747270 is #8B8D8F. Grayscale: #727272. Windows color (decimal): -9145744 or 7369332. OLE color: 7369332.

HSL color Cylindrical-coordinate representation of color #747270: hue angle of 30º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747270 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 112 -
CMYK 0 0.02 0.03 0.55
HSL 30º 0.02% 0.45% -
HSV(B) 30º 0.03% 0.45% -
XYZ 16.14 16.92 17.74 -
YUV 114.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 116 114 112 0 0.02 0.03 0.55 30 0.02 0.45
Hex 74 72 70 0 2 3 37 1E 2 2D
Octal 164 162 160 0 2 3 67 36 2 55
Binary 1110100 1110010 1110000 0 10 11 110111 11110 10 101101

Color Harmonies of #747270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747270

Black with #747270

Text Example


Text Example

White with #747270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747270; }

 p { color: rgb(116,114,112); }

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

background-color css

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

 a { background-color: rgb(116,114,112); }

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

border-color css

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

 span { border-color: rgb(116,114,112); }

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