Html Css Color HEX #74857D Patina

📋 copy color: '#74857D'

red 116 ◦ green 133 ◦ blue 125

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

Shades of Patina #74857D

Tints of Patina #74857D

RGB

 RED value IS 116 (45.7% from 255) = 31.02%

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 31.02%
G = 35.56%
B = 33.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#74857D (or 0x74857D) is known color: Patina. HEX triplet: 74, 85 and 7D. RGB value is (116,133,125). Sum of RGB (Red+Green+Blue) = 116+133+125=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #74857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74857D is #8B7A82. Grayscale: #7F7F7F. Windows color (decimal): -9140867 or 8226164. OLE color: 8226164.

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

Color convert

RGB 116 133 125 -
CMYK 0.13 0 0.06 0.48
HSL 151.76º 0.07% 0.49% -
HSV(B) 151.76º 0.13% 0.52% -
XYZ 19.29 21.97 22.63 -
YUV 127.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 116 133 125 0.13 0 0.06 0.48 151.76 0.07 0.49
Hex 74 85 7D D 0 6 30 98 7 31
Octal 164 205 175 15 0 6 60 230 7 61
Binary 1110100 10000101 1111101 1101 0 110 110000 10011000 111 110001

Color Harmonies of #74857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74857D

Black with #74857D

Text Example


Text Example

White with #74857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74857D; }

 p { color: rgb(116,133,125); }

 H1.HeaderClassName
 {
   color: #74857D;
 }
 .AnyTagClassName
 {
   color: #74857D;
 }
</style>

background-color css

<style>
 a { background-color: #74857D; }

 a { background-color: rgb(116,133,125); }

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

border-color css

<style>
 span { border-color: #74857D; }

 span { border-color: rgb(116,133,125); }

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