Html Css Color HEX #767F75 Boulder

📋 copy color: '#767F75'

red 118 ◦ green 127 ◦ blue 117

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

Shades of Boulder #767F75

Tints of Boulder #767F75

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 32.6%
G = 35.08%
B = 32.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#767F75 (or 0x767F75) is known color: Boulder. HEX triplet: 76, 7F and 75. RGB value is (118,127,117). Sum of RGB (Red+Green+Blue) = 118+127+117=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 127 - color contains mainly: green. Hex color #767F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F75 is #89808A. Grayscale: #7B7B7B. Windows color (decimal): -9011339 or 7700342. OLE color: 7700342.

HSL color Cylindrical-coordinate representation of color #767F75: hue angle of 114º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767F75 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 127 117 -
CMYK 0.07 0 0.08 0.50
HSL 114º 0.04% 0.48% -
HSV(B) 114º 0.08% 0.5% -
XYZ 18.27 20.31 19.79 -
YUV 123.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 118 127 117 0.07 0 0.08 0.50 114 0.04 0.48
Hex 76 7F 75 7 0 8 32 72 4 30
Octal 166 177 165 7 0 10 62 162 4 60
Binary 1110110 1111111 1110101 111 0 1000 110010 1110010 100 110000

Color Harmonies of #767F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F75

Black with #767F75

Text Example


Text Example

White with #767F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,127,117); }

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

background-color css

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

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

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

border-color css

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

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

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