Html Css Color HEX #777268 Stonewall

📋 copy color: '#777268'

red 119 ◦ green 114 ◦ blue 104

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

Shades of Stonewall #777268

Tints of Stonewall #777268

RGB

 RED value IS 119 (46.88% from 255) = 35.31%

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 35.31%
G = 33.83%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#777268 (or 0x777268) is known color: Stonewall. HEX triplet: 77, 72 and 68. RGB value is (119,114,104). Sum of RGB (Red+Green+Blue) = 119+114+104=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #777268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777268 is #888D97. Grayscale: #727272. Windows color (decimal): -8949144 or 6845047. OLE color: 6845047.

HSL color Cylindrical-coordinate representation of color #777268: hue angle of 40º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777268 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 104 -
CMYK 0 0.04 0.13 0.53
HSL 40º 0.07% 0.44% -
HSV(B) 40º 0.13% 0.47% -
XYZ 16.12 16.96 15.52 -
YUV 114.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 119 114 104 0 0.04 0.13 0.53 40 0.07 0.44
Hex 77 72 68 0 4 D 35 28 7 2C
Octal 167 162 150 0 4 15 65 50 7 54
Binary 1110111 1110010 1101000 0 100 1101 110101 101000 111 101100

Color Harmonies of #777268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777268

Black with #777268

Text Example


Text Example

White with #777268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777268; }

 p { color: rgb(119,114,104); }

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

background-color css

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

 a { background-color: rgb(119,114,104); }

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

border-color css

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

 span { border-color: rgb(119,114,104); }

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