Html Css Color HEX #768388 Regent Grey

📋 copy color: '#768388'

red 118 ◦ green 131 ◦ blue 136

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

Shades of Regent Grey #768388

Tints of Regent Grey #768388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 30.65%
G = 34.03%
B = 35.32%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#768388 (or 0x768388) is known color: Regent Grey. HEX triplet: 76, 83 and 88. RGB value is (118,131,136). Sum of RGB (Red+Green+Blue) = 118+131+136=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 136 - color contains mainly: blue. Hex color #768388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768388 is #897C77. Grayscale: #7F7F7F. Windows color (decimal): -9010296 or 8946550. OLE color: 8946550.

HSL color Cylindrical-coordinate representation of color #768388: hue angle of 196.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768388 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 131 136 -
CMYK 0.13 0.04 0 0.47
HSL 196.67º 0.07% 0.5% -
HSV(B) 196.67º 0.13% 0.53% -
XYZ 20.03 21.86 26.46 -
YUV 127.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 118 131 136 0.13 0.04 0 0.47 196.67 0.07 0.5
Hex 76 83 88 D 4 0 2F C5 7 32
Octal 166 203 210 15 4 0 57 305 7 62
Binary 1110110 10000011 10001000 1101 100 0 101111 11000101 111 110010

Color Harmonies of #768388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768388

Black with #768388

Text Example


Text Example

White with #768388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768388; }

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

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

background-color css

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

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

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

border-color css

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

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

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