Html Css Color HEX #207C7A Elm

📋 copy color: '#207C7A'

red 32 ◦ green 124 ◦ blue 122

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

Shades of Elm #207C7A

Tints of Elm #207C7A

RGB

 RED value IS 32 (12.89% from 255) = 11.51%

 GREEN value IS 124 (48.83% from 255) = 44.6%

 BLUE value IS 122 (48.05% from 255) = 43.88%

R = 11.51%
G = 44.6%
B = 43.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#207C7A (or 0x207C7A) is known color: Elm. HEX triplet: 20, 7C and 7A. RGB value is (32,124,122). Sum of RGB (Red+Green+Blue) = 32+124+122=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #207C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C7A is #DF8385. Grayscale: #606060. Windows color (decimal): -14648198 or 8027168. OLE color: 8027168.

HSL color Cylindrical-coordinate representation of color #207C7A: hue angle of 178.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C7A is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 124 122 -
CMYK 0.74 0 0.02 0.51
HSL 178.7º 0.59% 0.31% -
HSV(B) 178.7º 0.74% 0.49% -
XYZ 11.32 16.13 20.93 -
YUV 96.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 32 124 122 0.74 0 0.02 0.51 178.7 0.59 0.31
Hex 20 7C 7A 4A 0 2 33 B3 3B 1F
Octal 40 174 172 112 0 2 63 263 73 37
Binary 100000 1111100 1111010 1001010 0 10 110011 10110011 111011 11111

Color Harmonies of #207C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207C7A

Black with #207C7A

Text Example


Text Example

White with #207C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #207C7A;
 }
 .AnyTagClassName
 {
   color: #207C7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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