Html Css Color HEX #74716E Sandstone

📋 copy color: '#74716E'

red 116 ◦ green 113 ◦ blue 110

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

Shades of Sandstone #74716E

Tints of Sandstone #74716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 34.22%
G = 33.33%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74716E (or 0x74716E) is known color: Sandstone. HEX triplet: 74, 71 and 6E. RGB value is (116,113,110). Sum of RGB (Red+Green+Blue) = 116+113+110=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 116 - color contains mainly: red. Hex color #74716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74716E is #8B8E91. Grayscale: #717171. Windows color (decimal): -9146002 or 7238004. OLE color: 7238004.

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

Color convert

RGB 116 113 110 -
CMYK 0 0.03 0.05 0.55
HSL 30º 0.03% 0.44% -
HSV(B) 30º 0.05% 0.45% -
XYZ 15.92 16.65 17.13 -
YUV 113.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 116 113 110 0 0.03 0.05 0.55 30 0.03 0.44
Hex 74 71 6E 0 3 5 37 1E 3 2C
Octal 164 161 156 0 3 5 67 36 3 54
Binary 1110100 1110001 1101110 0 11 101 110111 11110 11 101100

Color Harmonies of #74716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74716E

Black with #74716E

Text Example


Text Example

White with #74716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74716E; }

 p { color: rgb(116,113,110); }

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

background-color css

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

 a { background-color: rgb(116,113,110); }

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

border-color css

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

 span { border-color: rgb(116,113,110); }

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