Html Css Color HEX #767B7D Regent Grey

📋 copy color: '#767B7D'

red 118 ◦ green 123 ◦ blue 125

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

Shades of Regent Grey #767B7D

Tints of Regent Grey #767B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 32.24%
G = 33.61%
B = 34.15%

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

#767B7D (or 0x767B7D) is known color: Regent Grey. HEX triplet: 76, 7B and 7D. RGB value is (118,123,125). Sum of RGB (Red+Green+Blue) = 118+123+125=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 125 - color contains mainly: blue. Hex color #767B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B7D is #898482. Grayscale: #797979. Windows color (decimal): -9012355 or 8223606. OLE color: 8223606.

HSL color Cylindrical-coordinate representation of color #767B7D: hue angle of 197.14º 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 #767B7D is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 123 125 -
CMYK 0.06 0.02 0 0.51
HSL 197.14º 0.03% 0.48% -
HSV(B) 197.14º 0.06% 0.49% -
XYZ 18.26 19.5 22.2 -
YUV 121.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 118 123 125 0.06 0.02 0 0.51 197.14 0.03 0.48
Hex 76 7B 7D 6 2 0 33 C5 3 30
Octal 166 173 175 6 2 0 63 305 3 60
Binary 1110110 1111011 1111101 110 10 0 110011 11000101 11 110000

Color Harmonies of #767B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B7D

Black with #767B7D

Text Example


Text Example

White with #767B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,123,125); }

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

background-color css

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

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

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

border-color css

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

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

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