Html Css Color HEX #708C7F Patina

📋 copy color: '#708C7F'

red 112 ◦ green 140 ◦ blue 127

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

Shades of Patina #708C7F

Tints of Patina #708C7F

RGB

 RED value IS 112 (44.14% from 255) = 29.55%

 GREEN value IS 140 (55.08% from 255) = 36.94%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 29.55%
G = 36.94%
B = 33.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#708C7F (or 0x708C7F) is known color: Patina. HEX triplet: 70, 8C and 7F. RGB value is (112,140,127). Sum of RGB (Red+Green+Blue) = 112+140+127=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #708C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C7F is #8F7380. Grayscale: #828282. Windows color (decimal): -9401217 or 8359024. OLE color: 8359024.

HSL color Cylindrical-coordinate representation of color #708C7F: hue angle of 152.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C7F is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 127 -
CMYK 0.20 0 0.09 0.45
HSL 152.14º 0.11% 0.49% -
HSV(B) 152.14º 0.2% 0.55% -
XYZ 19.89 23.73 23.61 -
YUV 130.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 112 140 127 0.20 0 0.09 0.45 152.14 0.11 0.49
Hex 70 8C 7F 14 0 9 2D 98 B 31
Octal 160 214 177 24 0 11 55 230 13 61
Binary 1110000 10001100 1111111 10100 0 1001 101101 10011000 1011 110001

Color Harmonies of #708C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C7F

Black with #708C7F

Text Example


Text Example

White with #708C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708C7F; }

 p { color: rgb(112,140,127); }

 H1.HeaderClassName
 {
   color: #708C7F;
 }
 .AnyTagClassName
 {
   color: #708C7F;
 }
</style>

background-color css

<style>
 a { background-color: #708C7F; }

 a { background-color: rgb(112,140,127); }

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

border-color css

<style>
 span { border-color: #708C7F; }

 span { border-color: rgb(112,140,127); }

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