Html Css Color HEX #768081 Regent Grey

📋 copy color: '#768081'

red 118 ◦ green 128 ◦ blue 129

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

Shades of Regent Grey #768081

Tints of Regent Grey #768081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 31.47%
G = 34.13%
B = 34.4%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#768081 (or 0x768081) is known color: Regent Grey. HEX triplet: 76, 80 and 81. RGB value is (118,128,129). Sum of RGB (Red+Green+Blue) = 118+128+129=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 129 - color contains mainly: blue. Hex color #768081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768081 is #897F7E. Grayscale: #7D7D7D. Windows color (decimal): -9011071 or 8487030. OLE color: 8487030.

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

Color convert

RGB 118 128 129 -
CMYK 0.09 0.01 0 0.49
HSL 185.45º 0.04% 0.48% -
HSV(B) 185.45º 0.09% 0.51% -
XYZ 19.15 20.87 23.79 -
YUV 125.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 118 128 129 0.09 0.01 0 0.49 185.45 0.04 0.48
Hex 76 80 81 9 1 0 31 B9 4 30
Octal 166 200 201 11 1 0 61 271 4 60
Binary 1110110 10000000 10000001 1001 1 0 110001 10111001 100 110000

Color Harmonies of #768081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768081

Black with #768081

Text Example


Text Example

White with #768081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768081; }

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

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

background-color css

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

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

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

border-color css

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

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

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