Html Css Color HEX #227B77 Elm

📋 copy color: '#227B77'

red 34 ◦ green 123 ◦ blue 119

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

Shades of Elm #227B77

Tints of Elm #227B77

RGB

 RED value IS 34 (13.67% from 255) = 12.32%

 GREEN value IS 123 (48.44% from 255) = 44.57%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 12.32%
G = 44.57%
B = 43.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#227B77 (or 0x227B77) is known color: Elm. HEX triplet: 22, 7B and 77. RGB value is (34,123,119). Sum of RGB (Red+Green+Blue) = 34+123+119=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #227B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B77 is #DD8488. Grayscale: #5F5F5F. Windows color (decimal): -14517385 or 7830306. OLE color: 7830306.

HSL color Cylindrical-coordinate representation of color #227B77: hue angle of 177.3º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227B77 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 123 119 -
CMYK 0.72 0 0.03 0.52
HSL 177.3º 0.57% 0.31% -
HSV(B) 177.3º 0.72% 0.48% -
XYZ 11.07 15.84 19.93 -
YUV 95.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 34 123 119 0.72 0 0.03 0.52 177.3 0.57 0.31
Hex 22 7B 77 48 0 3 34 B1 39 1F
Octal 42 173 167 110 0 3 64 261 71 37
Binary 100010 1111011 1110111 1001000 0 11 110100 10110001 111001 11111

Color Harmonies of #227B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227B77

Black with #227B77

Text Example


Text Example

White with #227B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227B77; }

 p { color: rgb(34,123,119); }

 H1.HeaderClassName
 {
   color: #227B77;
 }
 .AnyTagClassName
 {
   color: #227B77;
 }
</style>

background-color css

<style>
 a { background-color: #227B77; }

 a { background-color: rgb(34,123,119); }

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

border-color css

<style>
 span { border-color: #227B77; }

 span { border-color: rgb(34,123,119); }

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