Html Css Color HEX #75929B Bermuda Grey

📋 copy color: '#75929B'

red 117 ◦ green 146 ◦ blue 155

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

Shades of Bermuda Grey #75929B

Tints of Bermuda Grey #75929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.93%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 27.99%
G = 34.93%
B = 37.08%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75929B (or 0x75929B) is known color: Bermuda Grey. HEX triplet: 75, 92 and 9B. RGB value is (117,146,155). Sum of RGB (Red+Green+Blue) = 117+146+155=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #75929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75929B is #8A6D64. Grayscale: #8A8A8A. Windows color (decimal): -9071973 or 10195573. OLE color: 10195573.

HSL color Cylindrical-coordinate representation of color #75929B: hue angle of 194.21º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75929B is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 146 155 -
CMYK 0.25 0.06 0 0.39
HSL 194.21º 0.16% 0.53% -
HSV(B) 194.21º 0.25% 0.61% -
XYZ 23.53 26.71 34.92 -
YUV 138.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 117 146 155 0.25 0.06 0 0.39 194.21 0.16 0.53
Hex 75 92 9B 19 6 0 27 C2 10 35
Octal 165 222 233 31 6 0 47 302 20 65
Binary 1110101 10010010 10011011 11001 110 0 100111 11000010 10000 110101

Color Harmonies of #75929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75929B

Black with #75929B

Text Example


Text Example

White with #75929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75929B; }

 p { color: rgb(117,146,155); }

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

background-color css

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

 a { background-color: rgb(117,146,155); }

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

border-color css

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

 span { border-color: rgb(117,146,155); }

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