Html Css Color HEX #6E766E Boulder

📋 copy color: '#6E766E'

red 110 ◦ green 118 ◦ blue 110

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

Shades of Boulder #6E766E

Tints of Boulder #6E766E

RGB

 RED value IS 110 (43.36% from 255) = 32.54%

 GREEN value IS 118 (46.48% from 255) = 34.91%

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

R = 32.54%
G = 34.91%
B = 32.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#6E766E (or 0x6E766E) is known color: Boulder. HEX triplet: 6E, 76 and 6E. RGB value is (110,118,110). Sum of RGB (Red+Green+Blue) = 110+118+110=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 118 - color contains mainly: green. Hex color #6E766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E766E is #918991. Grayscale: #727272. Windows color (decimal): -9537938 or 7239278. OLE color: 7239278.

HSL color Cylindrical-coordinate representation of color #6E766E: hue angle of 120º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E766E is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 110 -
CMYK 0.07 0 0.07 0.54
HSL 120º 0.04% 0.45% -
HSV(B) 120º 0.07% 0.46% -
XYZ 15.72 17.4 17.28 -
YUV 114.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 110 118 110 0.07 0 0.07 0.54 120 0.04 0.45
Hex 6E 76 6E 7 0 7 36 78 4 2D
Octal 156 166 156 7 0 7 66 170 4 55
Binary 1101110 1110110 1101110 111 0 111 110110 1111000 100 101101

Color Harmonies of #6E766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E766E

Black with #6E766E

Text Example


Text Example

White with #6E766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E766E; }

 p { color: rgb(110,118,110); }

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

background-color css

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

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

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

border-color css

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

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

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