Html Css Color HEX #767F80 Regent Grey

📋 copy color: '#767F80'

red 118 ◦ green 127 ◦ blue 128

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

Shades of Regent Grey #767F80

Tints of Regent Grey #767F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 31.64%
G = 34.05%
B = 34.32%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#767F80 (or 0x767F80) is known color: Regent Grey. HEX triplet: 76, 7F and 80. RGB value is (118,127,128). Sum of RGB (Red+Green+Blue) = 118+127+128=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 128 - color contains mainly: blue. Hex color #767F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F80 is #89807F. Grayscale: #7C7C7C. Windows color (decimal): -9011328 or 8421238. OLE color: 8421238.

HSL color Cylindrical-coordinate representation of color #767F80: hue angle of 186º 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 #767F80 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 127 128 -
CMYK 0.08 0.01 0 0.50
HSL 186º 0.04% 0.48% -
HSV(B) 186º 0.08% 0.5% -
XYZ 18.96 20.59 23.4 -
YUV 124.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 118 127 128 0.08 0.01 0 0.50 186 0.04 0.48
Hex 76 7F 80 8 1 0 32 BA 4 30
Octal 166 177 200 10 1 0 62 272 4 60
Binary 1110110 1111111 10000000 1000 1 0 110010 10111010 100 110000

Color Harmonies of #767F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F80

Black with #767F80

Text Example


Text Example

White with #767F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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