Html Css Color HEX #737E85 Lynch

📋 copy color: '#737E85'

red 115 ◦ green 126 ◦ blue 133

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

Shades of Lynch #737E85

Tints of Lynch #737E85

RGB

 RED value IS 115 (45.31% from 255) = 30.75%

 GREEN value IS 126 (49.61% from 255) = 33.69%

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 30.75%
G = 33.69%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#737E85 (or 0x737E85) is known color: Lynch. HEX triplet: 73, 7E and 85. RGB value is (115,126,133). Sum of RGB (Red+Green+Blue) = 115+126+133=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #737E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E85 is #8C817A. Grayscale: #7B7B7B. Windows color (decimal): -9208187 or 8748659. OLE color: 8748659.

HSL color Cylindrical-coordinate representation of color #737E85: hue angle of 203.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737E85 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 126 133 -
CMYK 0.14 0.05 0 0.48
HSL 203.33º 0.07% 0.49% -
HSV(B) 203.33º 0.14% 0.52% -
XYZ 18.76 20.26 25.11 -
YUV 123.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 115 126 133 0.14 0.05 0 0.48 203.33 0.07 0.49
Hex 73 7E 85 E 5 0 30 CB 7 31
Octal 163 176 205 16 5 0 60 313 7 61
Binary 1110011 1111110 10000101 1110 101 0 110000 11001011 111 110001

Color Harmonies of #737E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737E85

Black with #737E85

Text Example


Text Example

White with #737E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737E85; }

 p { color: rgb(115,126,133); }

 H1.HeaderClassName
 {
   color: #737E85;
 }
 .AnyTagClassName
 {
   color: #737E85;
 }
</style>

background-color css

<style>
 a { background-color: #737E85; }

 a { background-color: rgb(115,126,133); }

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

border-color css

<style>
 span { border-color: #737E85; }

 span { border-color: rgb(115,126,133); }

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