Html Css Color HEX #767E81 Regent Grey

📋 copy color: '#767E81'

red 118 ◦ green 126 ◦ blue 129

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

Shades of Regent Grey #767E81

Tints of Regent Grey #767E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 31.64%
G = 33.78%
B = 34.58%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767E81 (or 0x767E81) is known color: Regent Grey. HEX triplet: 76, 7E and 81. RGB value is (118,126,129). Sum of RGB (Red+Green+Blue) = 118+126+129=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 129 - color contains mainly: blue. Hex color #767E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E81 is #89817E. Grayscale: #7B7B7B. Windows color (decimal): -9011583 or 8486518. OLE color: 8486518.

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

Color convert

RGB 118 126 129 -
CMYK 0.09 0.02 0 0.49
HSL 196.36º 0.04% 0.48% -
HSV(B) 196.36º 0.09% 0.51% -
XYZ 18.89 20.36 23.7 -
YUV 123.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 118 126 129 0.09 0.02 0 0.49 196.36 0.04 0.48
Hex 76 7E 81 9 2 0 31 C4 4 30
Octal 166 176 201 11 2 0 61 304 4 60
Binary 1110110 1111110 10000001 1001 10 0 110001 11000100 100 110000

Color Harmonies of #767E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E81

Black with #767E81

Text Example


Text Example

White with #767E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,126,129); }

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

background-color css

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

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

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

border-color css

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

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

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