Html Css Color HEX #47877A Lochinvar

📋 copy color: '#47877A'

red 71 ◦ green 135 ◦ blue 122

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

Shades of Lochinvar #47877A

Tints of Lochinvar #47877A

RGB

 RED value IS 71 (28.13% from 255) = 21.65%

 GREEN value IS 135 (53.13% from 255) = 41.16%

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

R = 21.65%
G = 41.16%
B = 37.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#47877A (or 0x47877A) is known color: Lochinvar. HEX triplet: 47, 87 and 7A. RGB value is (71,135,122). Sum of RGB (Red+Green+Blue) = 71+135+122=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #47877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47877A is #B87885. Grayscale: #727272. Windows color (decimal): -12089478 or 8030023. OLE color: 8030023.

HSL color Cylindrical-coordinate representation of color #47877A: hue angle of 167.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47877A is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 135 122 -
CMYK 0.47 0 0.10 0.47
HSL 167.81º 0.31% 0.4% -
HSV(B) 167.81º 0.47% 0.53% -
XYZ 14.78 20.07 21.51 -
YUV 114.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 71 135 122 0.47 0 0.10 0.47 167.81 0.31 0.4
Hex 47 87 7A 2F 0 A 2F A8 1F 28
Octal 107 207 172 57 0 12 57 250 37 50
Binary 1000111 10000111 1111010 101111 0 1010 101111 10101000 11111 101000

Color Harmonies of #47877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47877A

Black with #47877A

Text Example


Text Example

White with #47877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47877A; }

 p { color: rgb(71,135,122); }

 H1.HeaderClassName
 {
   color: #47877A;
 }
 .AnyTagClassName
 {
   color: #47877A;
 }
</style>

background-color css

<style>
 a { background-color: #47877A; }

 a { background-color: rgb(71,135,122); }

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

border-color css

<style>
 span { border-color: #47877A; }

 span { border-color: rgb(71,135,122); }

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