Html Css Color HEX #74929B Bermuda Grey

📋 copy color: '#74929B'

red 116 ◦ green 146 ◦ blue 155

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

Shades of Bermuda Grey #74929B

Tints of Bermuda Grey #74929B

RGB

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

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

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

R = 27.82%
G = 35.01%
B = 37.17%

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

#74929B (or 0x74929B) is known color: Bermuda Grey. HEX triplet: 74, 92 and 9B. RGB value is (116,146,155). Sum of RGB (Red+Green+Blue) = 116+146+155=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #74929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74929B is #8B6D64. Grayscale: #898989. Windows color (decimal): -9137509 or 10195572. OLE color: 10195572.

HSL color Cylindrical-coordinate representation of color #74929B: hue angle of 193.85º 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 #74929B is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 146 155 -
CMYK 0.25 0.06 0 0.39
HSL 193.85º 0.16% 0.53% -
HSV(B) 193.85º 0.25% 0.61% -
XYZ 23.4 26.64 34.92 -
YUV 138.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 116 146 155 0.25 0.06 0 0.39 193.85 0.16 0.53
Hex 74 92 9B 19 6 0 27 C2 10 35
Octal 164 222 233 31 6 0 47 302 20 65
Binary 1110100 10010010 10011011 11001 110 0 100111 11000010 10000 110101

Color Harmonies of #74929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74929B

Black with #74929B

Text Example


Text Example

White with #74929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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