Html Css Color HEX #768386 Regent Grey

📋 copy color: '#768386'

red 118 ◦ green 131 ◦ blue 134

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

Shades of Regent Grey #768386

Tints of Regent Grey #768386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 30.81%
G = 34.2%
B = 34.99%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#768386 (or 0x768386) is known color: Regent Grey. HEX triplet: 76, 83 and 86. RGB value is (118,131,134). Sum of RGB (Red+Green+Blue) = 118+131+134=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #768386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768386 is #897C79. Grayscale: #7F7F7F. Windows color (decimal): -9010298 or 8815478. OLE color: 8815478.

HSL color Cylindrical-coordinate representation of color #768386: hue angle of 191.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768386 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 131 134 -
CMYK 0.12 0.02 0 0.47
HSL 191.25º 0.06% 0.49% -
HSV(B) 191.25º 0.12% 0.53% -
XYZ 19.89 21.81 25.71 -
YUV 127.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 118 131 134 0.12 0.02 0 0.47 191.25 0.06 0.49
Hex 76 83 86 C 2 0 2F BF 6 31
Octal 166 203 206 14 2 0 57 277 6 61
Binary 1110110 10000011 10000110 1100 10 0 101111 10111111 110 110001

Color Harmonies of #768386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768386

Black with #768386

Text Example


Text Example

White with #768386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768386; }

 p { color: rgb(118,131,134); }

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

background-color css

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

 a { background-color: rgb(118,131,134); }

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

border-color css

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

 span { border-color: rgb(118,131,134); }

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