Html Css Color HEX #758994 Bermuda Grey

📋 copy color: '#758994'

red 117 ◦ green 137 ◦ blue 148

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

Shades of Bermuda Grey #758994

Tints of Bermuda Grey #758994

RGB

 RED value IS 117 (46.09% from 255) = 29.1%

 GREEN value IS 137 (53.91% from 255) = 34.08%

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

R = 29.1%
G = 34.08%
B = 36.82%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758994 (or 0x758994) is known color: Bermuda Grey. HEX triplet: 75, 89 and 94. RGB value is (117,137,148). Sum of RGB (Red+Green+Blue) = 117+137+148=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #758994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758994 is #8A766B. Grayscale: #848484. Windows color (decimal): -9074284 or 9734517. OLE color: 9734517.

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

Color convert

RGB 117 137 148 -
CMYK 0.21 0.07 0 0.42
HSL 201.29º 0.13% 0.52% -
HSV(B) 201.29º 0.21% 0.58% -
XYZ 21.63 23.81 31.47 -
YUV 132.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 117 137 148 0.21 0.07 0 0.42 201.29 0.13 0.52
Hex 75 89 94 15 7 0 2A C9 D 34
Octal 165 211 224 25 7 0 52 311 15 64
Binary 1110101 10001001 10010100 10101 111 0 101010 11001001 1101 110100

Color Harmonies of #758994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758994

Black with #758994

Text Example


Text Example

White with #758994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758994; }

 p { color: rgb(117,137,148); }

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

background-color css

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

 a { background-color: rgb(117,137,148); }

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

border-color css

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

 span { border-color: rgb(117,137,148); }

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