Html Css Color HEX #768A94 Bermuda Grey

📋 copy color: '#768A94'

red 118 ◦ green 138 ◦ blue 148

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

Shades of Bermuda Grey #768A94

Tints of Bermuda Grey #768A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 29.21%
G = 34.16%
B = 36.63%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768A94 (or 0x768A94) is known color: Bermuda Grey. HEX triplet: 76, 8A and 94. RGB value is (118,138,148). Sum of RGB (Red+Green+Blue) = 118+138+148=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #768A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A94 is #89756B. Grayscale: #858585. Windows color (decimal): -9008492 or 9734774. OLE color: 9734774.

HSL color Cylindrical-coordinate representation of color #768A94: hue angle of 200º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768A94 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 138 148 -
CMYK 0.20 0.07 0 0.42
HSL 200º 0.12% 0.52% -
HSV(B) 200º 0.2% 0.58% -
XYZ 21.9 24.17 31.53 -
YUV 133.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 118 138 148 0.20 0.07 0 0.42 200 0.12 0.52
Hex 76 8A 94 14 7 0 2A C8 C 34
Octal 166 212 224 24 7 0 52 310 14 64
Binary 1110110 10001010 10010100 10100 111 0 101010 11001000 1100 110100

Color Harmonies of #768A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A94

Black with #768A94

Text Example


Text Example

White with #768A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,148); }

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

background-color css

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

 a { background-color: rgb(118,138,148); }

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

border-color css

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

 span { border-color: rgb(118,138,148); }

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