Html Css Color HEX #708A7D Patina

📋 copy color: '#708A7D'

red 112 ◦ green 138 ◦ blue 125

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

Shades of Patina #708A7D

Tints of Patina #708A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

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

R = 29.87%
G = 36.8%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#708A7D (or 0x708A7D) is known color: Patina. HEX triplet: 70, 8A and 7D. RGB value is (112,138,125). Sum of RGB (Red+Green+Blue) = 112+138+125=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #708A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A7D is #8F7582. Grayscale: #808080. Windows color (decimal): -9401731 or 8227440. OLE color: 8227440.

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

Color convert

RGB 112 138 125 -
CMYK 0.19 0 0.09 0.46
HSL 150º 0.1% 0.49% -
HSV(B) 150º 0.19% 0.54% -
XYZ 19.47 23.1 22.83 -
YUV 128.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 112 138 125 0.19 0 0.09 0.46 150 0.1 0.49
Hex 70 8A 7D 13 0 9 2E 96 A 31
Octal 160 212 175 23 0 11 56 226 12 61
Binary 1110000 10001010 1111101 10011 0 1001 101110 10010110 1010 110001

Color Harmonies of #708A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A7D

Black with #708A7D

Text Example


Text Example

White with #708A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,125); }

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

background-color css

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

 a { background-color: rgb(112,138,125); }

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

border-color css

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

 span { border-color: rgb(112,138,125); }

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