Html Css Color HEX #27776E Elm

📋 copy color: '#27776E'

red 39 ◦ green 119 ◦ blue 110

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

Shades of Elm #27776E

Tints of Elm #27776E

RGB

 RED value IS 39 (15.63% from 255) = 14.55%

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

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 14.55%
G = 44.4%
B = 41.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#27776E (or 0x27776E) is known color: Elm. HEX triplet: 27, 77 and 6E. RGB value is (39,119,110). Sum of RGB (Red+Green+Blue) = 39+119+110=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #27776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27776E is #D88891. Grayscale: #5E5E5E. Windows color (decimal): -14190738 or 7239463. OLE color: 7239463.

HSL color Cylindrical-coordinate representation of color #27776E: hue angle of 173.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27776E is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 110 -
CMYK 0.67 0 0.08 0.53
HSL 173.25º 0.51% 0.31% -
HSV(B) 173.25º 0.67% 0.47% -
XYZ 10.25 14.75 17.06 -
YUV 94.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 39 119 110 0.67 0 0.08 0.53 173.25 0.51 0.31
Hex 27 77 6E 43 0 8 35 AD 33 1F
Octal 47 167 156 103 0 10 65 255 63 37
Binary 100111 1110111 1101110 1000011 0 1000 110101 10101101 110011 11111

Color Harmonies of #27776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27776E

Black with #27776E

Text Example


Text Example

White with #27776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27776E; }

 p { color: rgb(39,119,110); }

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

background-color css

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

 a { background-color: rgb(39,119,110); }

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

border-color css

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

 span { border-color: rgb(39,119,110); }

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