Html Css Color HEX #768D9D Bermuda Grey

📋 copy color: '#768D9D'

red 118 ◦ green 141 ◦ blue 157

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

Shades of Bermuda Grey #768D9D

Tints of Bermuda Grey #768D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 28.37%
G = 33.89%
B = 37.74%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#768D9D (or 0x768D9D) is known color: Bermuda Grey. HEX triplet: 76, 8D and 9D. RGB value is (118,141,157). Sum of RGB (Red+Green+Blue) = 118+141+157=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #768D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D9D is #897262. Grayscale: #878787. Windows color (decimal): -9007715 or 10325366. OLE color: 10325366.

HSL color Cylindrical-coordinate representation of color #768D9D: hue angle of 204.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768D9D is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 141 157 -
CMYK 0.25 0.10 0 0.38
HSL 204.62º 0.17% 0.54% -
HSV(B) 204.62º 0.25% 0.62% -
XYZ 23.08 25.34 35.57 -
YUV 135.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 118 141 157 0.25 0.10 0 0.38 204.62 0.17 0.54
Hex 76 8D 9D 19 A 0 26 CD 11 36
Octal 166 215 235 31 12 0 46 315 21 66
Binary 1110110 10001101 10011101 11001 1010 0 100110 11001101 10001 110110

Color Harmonies of #768D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D9D

Black with #768D9D

Text Example


Text Example

White with #768D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768D9D; }

 p { color: rgb(118,141,157); }

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

background-color css

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

 a { background-color: rgb(118,141,157); }

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

border-color css

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

 span { border-color: rgb(118,141,157); }

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