Html Css Color HEX #767A76 Boulder

📋 copy color: '#767A76'

red 118 ◦ green 122 ◦ blue 118

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

Shades of Boulder #767A76

Tints of Boulder #767A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

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

R = 32.96%
G = 34.08%
B = 32.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#767A76 (or 0x767A76) is known color: Boulder. HEX triplet: 76, 7A and 76. RGB value is (118,122,118). Sum of RGB (Red+Green+Blue) = 118+122+118=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 122 - color contains mainly: green. Hex color #767A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A76 is #898589. Grayscale: #787878. Windows color (decimal): -9012618 or 7764598. OLE color: 7764598.

HSL color Cylindrical-coordinate representation of color #767A76: 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.03%. Process color model (Four color, CMYK) of #767A76 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 118 -
CMYK 0.03 0 0.03 0.52
HSL 120º 0.02% 0.47% -
HSV(B) 120º 0.03% 0.48% -
XYZ 17.7 19.08 19.89 -
YUV 120.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 118 122 118 0.03 0 0.03 0.52 120 0.02 0.47
Hex 76 7A 76 3 0 3 34 78 2 2F
Octal 166 172 166 3 0 3 64 170 2 57
Binary 1110110 1111010 1110110 11 0 11 110100 1111000 10 101111

Color Harmonies of #767A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A76

Black with #767A76

Text Example


Text Example

White with #767A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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