Html Css Color HEX #748C9C Bermuda Grey

📋 copy color: '#748C9C'

red 116 ◦ green 140 ◦ blue 156

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

Shades of Bermuda Grey #748C9C

Tints of Bermuda Grey #748C9C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 28.16%
G = 33.98%
B = 37.86%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#748C9C (or 0x748C9C) is known color: Bermuda Grey. HEX triplet: 74, 8C and 9C. RGB value is (116,140,156). Sum of RGB (Red+Green+Blue) = 116+140+156=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #748C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C9C is #8B7363. Grayscale: #868686. Windows color (decimal): -9139044 or 10259572. OLE color: 10259572.

HSL color Cylindrical-coordinate representation of color #748C9C: hue angle of 204º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #748C9C is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 140 156 -
CMYK 0.26 0.10 0 0.39
HSL 204º 0.17% 0.53% -
HSV(B) 204º 0.26% 0.61% -
XYZ 22.58 24.87 35.06 -
YUV 134.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 116 140 156 0.26 0.10 0 0.39 204 0.17 0.53
Hex 74 8C 9C 1A A 0 27 CC 11 35
Octal 164 214 234 32 12 0 47 314 21 65
Binary 1110100 10001100 10011100 11010 1010 0 100111 11001100 10001 110101

Color Harmonies of #748C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C9C

Black with #748C9C

Text Example


Text Example

White with #748C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,140,156); }

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

background-color css

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

 a { background-color: rgb(116,140,156); }

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

border-color css

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

 span { border-color: rgb(116,140,156); }

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