Html Css Color HEX #28776F Elm

📋 copy color: '#28776F'

red 40 ◦ green 119 ◦ blue 111

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

Shades of Elm #28776F

Tints of Elm #28776F

RGB

 RED value IS 40 (16.02% from 255) = 14.81%

 GREEN value IS 119 (46.88% from 255) = 44.07%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 14.81%
G = 44.07%
B = 41.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#28776F (or 0x28776F) is known color: Elm. HEX triplet: 28, 77 and 6F. RGB value is (40,119,111). Sum of RGB (Red+Green+Blue) = 40+119+111=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #28776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28776F is #D78890. Grayscale: #5E5E5E. Windows color (decimal): -14125201 or 7305000. OLE color: 7305000.

HSL color Cylindrical-coordinate representation of color #28776F: hue angle of 173.92º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28776F is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 111 -
CMYK 0.66 0 0.07 0.53
HSL 173.92º 0.5% 0.31% -
HSV(B) 173.92º 0.66% 0.47% -
XYZ 10.34 14.79 17.35 -
YUV 94.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 40 119 111 0.66 0 0.07 0.53 173.92 0.5 0.31
Hex 28 77 6F 42 0 7 35 AE 32 1F
Octal 50 167 157 102 0 7 65 256 62 37
Binary 101000 1110111 1101111 1000010 0 111 110101 10101110 110010 11111

Color Harmonies of #28776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28776F

Black with #28776F

Text Example


Text Example

White with #28776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28776F; }

 p { color: rgb(40,119,111); }

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

background-color css

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

 a { background-color: rgb(40,119,111); }

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

border-color css

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

 span { border-color: rgb(40,119,111); }

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