Html Css Color HEX #27776F Elm

📋 copy color: '#27776F'

red 39 ◦ green 119 ◦ blue 111

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

Shades of Elm #27776F

Tints of Elm #27776F

RGB

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

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

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

R = 14.5%
G = 44.24%
B = 41.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#27776F (or 0x27776F) is known color: Elm. HEX triplet: 27, 77 and 6F. RGB value is (39,119,111). Sum of RGB (Red+Green+Blue) = 39+119+111=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #27776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27776F is #D88890. Grayscale: #5E5E5E. Windows color (decimal): -14190737 or 7304999. OLE color: 7304999.

HSL color Cylindrical-coordinate representation of color #27776F: hue angle of 174º 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 #27776F is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 111 -
CMYK 0.67 0 0.07 0.53
HSL 174º 0.51% 0.31% -
HSV(B) 174º 0.67% 0.47% -
XYZ 10.3 14.77 17.35 -
YUV 94.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 39 119 111 0.67 0 0.07 0.53 174 0.51 0.31
Hex 27 77 6F 43 0 7 35 AE 33 1F
Octal 47 167 157 103 0 7 65 256 63 37
Binary 100111 1110111 1101111 1000011 0 111 110101 10101110 110011 11111

Color Harmonies of #27776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27776F

Black with #27776F

Text Example


Text Example

White with #27776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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