Html Css Color HEX #78726A Sandstone

📋 copy color: '#78726A'

red 120 ◦ green 114 ◦ blue 106

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

Shades of Sandstone #78726A

Tints of Sandstone #78726A

RGB

 RED value IS 120 (47.27% from 255) = 35.29%

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

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

R = 35.29%
G = 33.53%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78726A (or 0x78726A) is known color: Sandstone. HEX triplet: 78, 72 and 6A. RGB value is (120,114,106). Sum of RGB (Red+Green+Blue) = 120+114+106=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #78726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78726A is #878D95. Grayscale: #727272. Windows color (decimal): -8883606 or 6976120. OLE color: 6976120.

HSL color Cylindrical-coordinate representation of color #78726A: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78726A is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 106 -
CMYK 0 0.05 0.12 0.53
HSL 34.29º 0.06% 0.44% -
HSV(B) 34.29º 0.12% 0.47% -
XYZ 16.36 17.07 16.07 -
YUV 114.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 120 114 106 0 0.05 0.12 0.53 34.29 0.06 0.44
Hex 78 72 6A 0 5 C 35 22 6 2C
Octal 170 162 152 0 5 14 65 42 6 54
Binary 1111000 1110010 1101010 0 101 1100 110101 100010 110 101100

Color Harmonies of #78726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78726A

Black with #78726A

Text Example


Text Example

White with #78726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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