Html Css Color HEX #708C8D Juniper

📋 copy color: '#708C8D'

red 112 ◦ green 140 ◦ blue 141

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

Shades of Juniper #708C8D

Tints of Juniper #708C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 28.5%
G = 35.62%
B = 35.88%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#708C8D (or 0x708C8D) is known color: Juniper. HEX triplet: 70, 8C and 8D. RGB value is (112,140,141). Sum of RGB (Red+Green+Blue) = 112+140+141=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #708C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C8D is #8F7372. Grayscale: #838383. Windows color (decimal): -9401203 or 9276528. OLE color: 9276528.

HSL color Cylindrical-coordinate representation of color #708C8D: hue angle of 182.07º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708C8D is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 141 -
CMYK 0.21 0.01 0 0.45
HSL 182.07º 0.11% 0.5% -
HSV(B) 182.07º 0.21% 0.55% -
XYZ 20.87 24.12 28.76 -
YUV 131.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 112 140 141 0.21 0.01 0 0.45 182.07 0.11 0.5
Hex 70 8C 8D 15 1 0 2D B6 B 32
Octal 160 214 215 25 1 0 55 266 13 62
Binary 1110000 10001100 10001101 10101 1 0 101101 10110110 1011 110010

Color Harmonies of #708C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C8D

Black with #708C8D

Text Example


Text Example

White with #708C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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