Html Css Color HEX #71818A Lynch

📋 copy color: '#71818A'

red 113 ◦ green 129 ◦ blue 138

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

Shades of Lynch #71818A

Tints of Lynch #71818A

RGB

 RED value IS 113 (44.53% from 255) = 29.74%

 GREEN value IS 129 (50.78% from 255) = 33.95%

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 29.74%
G = 33.95%
B = 36.32%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71818A (or 0x71818A) is known color: Lynch. HEX triplet: 71, 81 and 8A. RGB value is (113,129,138). Sum of RGB (Red+Green+Blue) = 113+129+138=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #71818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71818A is #8E7E75. Grayscale: #7D7D7D. Windows color (decimal): -9338486 or 9077105. OLE color: 9077105.

HSL color Cylindrical-coordinate representation of color #71818A: hue angle of 201.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71818A is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 129 138 -
CMYK 0.18 0.07 0 0.46
HSL 201.6º 0.1% 0.49% -
HSV(B) 201.6º 0.18% 0.54% -
XYZ 19.25 21.05 27.09 -
YUV 125.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 113 129 138 0.18 0.07 0 0.46 201.6 0.1 0.49
Hex 71 81 8A 12 7 0 2E CA A 31
Octal 161 201 212 22 7 0 56 312 12 61
Binary 1110001 10000001 10001010 10010 111 0 101110 11001010 1010 110001

Color Harmonies of #71818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71818A

Black with #71818A

Text Example


Text Example

White with #71818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,129,138); }

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

background-color css

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

 a { background-color: rgb(113,129,138); }

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

border-color css

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

 span { border-color: rgb(113,129,138); }

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