Html Css Color HEX #277D79 Elm

📋 copy color: '#277D79'

red 39 ◦ green 125 ◦ blue 121

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

Shades of Elm #277D79

Tints of Elm #277D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

 BLUE value IS 121 (47.66% from 255) = 42.46%

R = 13.68%
G = 43.86%
B = 42.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#277D79 (or 0x277D79) is known color: Elm. HEX triplet: 27, 7D and 79. RGB value is (39,125,121). Sum of RGB (Red+Green+Blue) = 39+125+121=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #277D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277D79 is #D88286. Grayscale: #626262. Windows color (decimal): -14189191 or 7961895. OLE color: 7961895.

HSL color Cylindrical-coordinate representation of color #277D79: hue angle of 177.21º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277D79 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 125 121 -
CMYK 0.69 0 0.03 0.51
HSL 177.21º 0.52% 0.32% -
HSV(B) 177.21º 0.69% 0.49% -
XYZ 11.62 16.48 20.66 -
YUV 98.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 39 125 121 0.69 0 0.03 0.51 177.21 0.52 0.32
Hex 27 7D 79 45 0 3 33 B1 34 20
Octal 47 175 171 105 0 3 63 261 64 40
Binary 100111 1111101 1111001 1000101 0 11 110011 10110001 110100 100000

Color Harmonies of #277D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277D79

Black with #277D79

Text Example


Text Example

White with #277D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277D79; }

 p { color: rgb(39,125,121); }

 H1.HeaderClassName
 {
   color: #277D79;
 }
 .AnyTagClassName
 {
   color: #277D79;
 }
</style>

background-color css

<style>
 a { background-color: #277D79; }

 a { background-color: rgb(39,125,121); }

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

border-color css

<style>
 span { border-color: #277D79; }

 span { border-color: rgb(39,125,121); }

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