Html Css Color HEX #767B76 Boulder

📋 copy color: '#767B76'

red 118 ◦ green 123 ◦ blue 118

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

Shades of Boulder #767B76

Tints of Boulder #767B76

RGB

 RED value IS 118 (46.48% from 255) = 32.87%

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 32.87%
G = 34.26%
B = 32.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#767B76 (or 0x767B76) is known color: Boulder. HEX triplet: 76, 7B and 76. RGB value is (118,123,118). Sum of RGB (Red+Green+Blue) = 118+123+118=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 123 - color contains mainly: green. Hex color #767B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B76 is #898489. Grayscale: #787878. Windows color (decimal): -9012362 or 7764854. OLE color: 7764854.

HSL color Cylindrical-coordinate representation of color #767B76: hue angle of 120º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #767B76 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 118 -
CMYK 0.04 0 0.04 0.52
HSL 120º 0.02% 0.47% -
HSV(B) 120º 0.04% 0.48% -
XYZ 17.82 19.33 19.93 -
YUV 120.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 118 123 118 0.04 0 0.04 0.52 120 0.02 0.47
Hex 76 7B 76 4 0 4 34 78 2 2F
Octal 166 173 166 4 0 4 64 170 2 57
Binary 1110110 1111011 1110110 100 0 100 110100 1111000 10 101111

Color Harmonies of #767B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B76

Black with #767B76

Text Example


Text Example

White with #767B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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