Html Css Color HEX #408F7A Lochinvar

📋 copy color: '#408F7A'

red 64 ◦ green 143 ◦ blue 122

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

Shades of Lochinvar #408F7A

Tints of Lochinvar #408F7A

RGB

 RED value IS 64 (25.39% from 255) = 19.45%

 GREEN value IS 143 (56.25% from 255) = 43.47%

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

R = 19.45%
G = 43.47%
B = 37.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#408F7A (or 0x408F7A) is known color: Lochinvar. HEX triplet: 40, 8F and 7A. RGB value is (64,143,122). Sum of RGB (Red+Green+Blue) = 64+143+122=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #408F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F7A is #BF7085. Grayscale: #747474. Windows color (decimal): -12546182 or 8032064. OLE color: 8032064.

HSL color Cylindrical-coordinate representation of color #408F7A: hue angle of 164.05º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F7A is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 122 -
CMYK 0.55 0 0.15 0.44
HSL 164.05º 0.38% 0.41% -
HSV(B) 164.05º 0.55% 0.56% -
XYZ 15.45 22.14 21.87 -
YUV 116.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 64 143 122 0.55 0 0.15 0.44 164.05 0.38 0.41
Hex 40 8F 7A 37 0 F 2C A4 26 29
Octal 100 217 172 67 0 17 54 244 46 51
Binary 1000000 10001111 1111010 110111 0 1111 101100 10100100 100110 101001

Color Harmonies of #408F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F7A

Black with #408F7A

Text Example


Text Example

White with #408F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408F7A; }

 p { color: rgb(64,143,122); }

 H1.HeaderClassName
 {
   color: #408F7A;
 }
 .AnyTagClassName
 {
   color: #408F7A;
 }
</style>

background-color css

<style>
 a { background-color: #408F7A; }

 a { background-color: rgb(64,143,122); }

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

border-color css

<style>
 span { border-color: #408F7A; }

 span { border-color: rgb(64,143,122); }

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