#207B7A

Color #207B7A Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #207B7A

Tints of Elm #207B7A

Color information

#207B7A (or 0x207B7A) is unknown color: approx Elm. HEX triplet: 20, 7B and 7A. RGB value is (32,123,122). Sum of RGB (Red+Green+Blue) = 32+123+122=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #207B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B7A is #DF8485. Grayscale: #5F5F5F. Windows color (decimal): -14648454 or 8026912. OLE color: 8026912.

HSL color Cylindrical-coordinate representation of color #207B7A: hue angle of 179.34º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B7A is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB32123122-
CMYK0.7400.010.52
HSL179.34º58.71%30.39%-
HSV(B)179.34º73.98%48.24%-
XYZ11.1915.8820.89-
YUV95.68142.8582.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.55%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=11.55%
G=44.40%
B=44.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321231220.7400.010.52179.3458.7130.39
Hex207B7A4A0134b33b1e
Octal4017317211201642637336
Binary100000111101111110101001010011101001011001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207B7A; }

 p { color: rgb(32,123,122); }

 H1.HeaderClassName
 {
   color: #207B7A;
 }
 .AnyTagClassName
 {
   color: #207B7A;
 }
</style>
background-color css

<style>
 a { background-color: #207B7A; }

 a { background-color: rgb(32,123,122); }

 div.DivClassName
 {
   background-color: #207B7A;
 }
 .BgClassName
 {
   background-color: #207B7A;
 }
</style>
border-color css

<style>
 span { border-color: #207B7A; }

 span { border-color: rgb(32,123,122); }

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