Html Css Color HEX #768FA6 Bermuda Grey

📋 copy color: '#768FA6'

red 118 ◦ green 143 ◦ blue 166

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

Shades of Bermuda Grey #768FA6

Tints of Bermuda Grey #768FA6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 27.63%
G = 33.49%
B = 38.88%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#768FA6 (or 0x768FA6) is known color: Bermuda Grey. HEX triplet: 76, 8F and A6. RGB value is (118,143,166). Sum of RGB (Red+Green+Blue) = 118+143+166=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 166 - color contains mainly: blue. Hex color #768FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FA6 is #897059. Grayscale: #8A8A8A. Windows color (decimal): -9007194 or 10915702. OLE color: 10915702.

HSL color Cylindrical-coordinate representation of color #768FA6: hue angle of 208.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #768FA6 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 143 166 -
CMYK 0.29 0.14 0 0.35
HSL 208.75º 0.21% 0.56% -
HSV(B) 208.75º 0.29% 0.65% -
XYZ 24.18 26.25 39.87 -
YUV 138.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 118 143 166 0.29 0.14 0 0.35 208.75 0.21 0.56
Hex 76 8F A6 1D E 0 23 D1 15 38
Octal 166 217 246 35 16 0 43 321 25 70
Binary 1110110 10001111 10100110 11101 1110 0 100011 11010001 10101 111000

Color Harmonies of #768FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FA6

Black with #768FA6

Text Example


Text Example

White with #768FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,166); }

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

background-color css

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

 a { background-color: rgb(118,143,166); }

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

border-color css

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

 span { border-color: rgb(118,143,166); }

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