Html Css Color HEX #748A96 Bermuda Grey

📋 copy color: '#748A96'

red 116 ◦ green 138 ◦ blue 150

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

Shades of Bermuda Grey #748A96

Tints of Bermuda Grey #748A96

RGB

 RED value IS 116 (45.7% from 255) = 28.71%

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

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 28.71%
G = 34.16%
B = 37.13%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748A96 (or 0x748A96) is known color: Bermuda Grey. HEX triplet: 74, 8A and 96. RGB value is (116,138,150). Sum of RGB (Red+Green+Blue) = 116+138+150=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: blue. Hex color #748A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A96 is #8B7569. Grayscale: #848484. Windows color (decimal): -9139562 or 9865844. OLE color: 9865844.

HSL color Cylindrical-coordinate representation of color #748A96: hue angle of 201.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748A96 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 138 150 -
CMYK 0.23 0.08 0 0.41
HSL 201.18º 0.14% 0.52% -
HSV(B) 201.18º 0.23% 0.59% -
XYZ 21.8 24.09 32.36 -
YUV 132.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 116 138 150 0.23 0.08 0 0.41 201.18 0.14 0.52
Hex 74 8A 96 17 8 0 29 C9 E 34
Octal 164 212 226 27 10 0 51 311 16 64
Binary 1110100 10001010 10010110 10111 1000 0 101001 11001001 1110 110100

Color Harmonies of #748A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A96

Black with #748A96

Text Example


Text Example

White with #748A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748A96; }

 p { color: rgb(116,138,150); }

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

background-color css

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

 a { background-color: rgb(116,138,150); }

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

border-color css

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

 span { border-color: rgb(116,138,150); }

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