Html Css Color HEX #767C7E Regent Grey

📋 copy color: '#767C7E'

red 118 ◦ green 124 ◦ blue 126

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

Shades of Regent Grey #767C7E

Tints of Regent Grey #767C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 32.07%
G = 33.7%
B = 34.24%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#767C7E (or 0x767C7E) is known color: Regent Grey. HEX triplet: 76, 7C and 7E. RGB value is (118,124,126). Sum of RGB (Red+Green+Blue) = 118+124+126=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 126 - color contains mainly: blue. Hex color #767C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C7E is #898381. Grayscale: #7A7A7A. Windows color (decimal): -9012098 or 8289398. OLE color: 8289398.

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

Color convert

RGB 118 124 126 -
CMYK 0.06 0.02 0 0.51
HSL 195º 0.03% 0.48% -
HSV(B) 195º 0.06% 0.49% -
XYZ 18.44 19.77 22.58 -
YUV 122.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 118 124 126 0.06 0.02 0 0.51 195 0.03 0.48
Hex 76 7C 7E 6 2 0 33 C3 3 30
Octal 166 174 176 6 2 0 63 303 3 60
Binary 1110110 1111100 1111110 110 10 0 110011 11000011 11 110000

Color Harmonies of #767C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C7E

Black with #767C7E

Text Example


Text Example

White with #767C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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