Html Css Color HEX #767D81 Regent Grey

📋 copy color: '#767D81'

red 118 ◦ green 125 ◦ blue 129

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

Shades of Regent Grey #767D81

Tints of Regent Grey #767D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 31.72%
G = 33.6%
B = 34.68%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767D81 (or 0x767D81) is known color: Regent Grey. HEX triplet: 76, 7D and 81. RGB value is (118,125,129). Sum of RGB (Red+Green+Blue) = 118+125+129=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 129 - color contains mainly: blue. Hex color #767D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D81 is #89827E. Grayscale: #7B7B7B. Windows color (decimal): -9011839 or 8486262. OLE color: 8486262.

HSL color Cylindrical-coordinate representation of color #767D81: hue angle of 201.82º 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 #767D81 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 125 129 -
CMYK 0.09 0.03 0 0.49
HSL 201.82º 0.04% 0.48% -
HSV(B) 201.82º 0.09% 0.51% -
XYZ 18.77 20.1 23.66 -
YUV 123.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 118 125 129 0.09 0.03 0 0.49 201.82 0.04 0.48
Hex 76 7D 81 9 3 0 31 CA 4 30
Octal 166 175 201 11 3 0 61 312 4 60
Binary 1110110 1111101 10000001 1001 11 0 110001 11001010 100 110000

Color Harmonies of #767D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D81

Black with #767D81

Text Example


Text Example

White with #767D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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