Html Css Color HEX #728C8A Juniper

📋 copy color: '#728C8A'

red 114 ◦ green 140 ◦ blue 138

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

Shades of Juniper #728C8A

Tints of Juniper #728C8A

RGB

 RED value IS 114 (44.92% from 255) = 29.08%

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 29.08%
G = 35.71%
B = 35.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#728C8A (or 0x728C8A) is known color: Juniper. HEX triplet: 72, 8C and 8A. RGB value is (114,140,138). Sum of RGB (Red+Green+Blue) = 114+140+138=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #728C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C8A is #8D7375. Grayscale: #838383. Windows color (decimal): -9270134 or 9079922. OLE color: 9079922.

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

Color convert

RGB 114 140 138 -
CMYK 0.19 0 0.01 0.45
HSL 175.38º 0.1% 0.5% -
HSV(B) 175.38º 0.19% 0.55% -
XYZ 20.9 24.17 27.61 -
YUV 132 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 114 140 138 0.19 0 0.01 0.45 175.38 0.1 0.5
Hex 72 8C 8A 13 0 1 2D AF A 32
Octal 162 214 212 23 0 1 55 257 12 62
Binary 1110010 10001100 10001010 10011 0 1 101101 10101111 1010 110010

Color Harmonies of #728C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728C8A

Black with #728C8A

Text Example


Text Example

White with #728C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728C8A; }

 p { color: rgb(114,140,138); }

 H1.HeaderClassName
 {
   color: #728C8A;
 }
 .AnyTagClassName
 {
   color: #728C8A;
 }
</style>

background-color css

<style>
 a { background-color: #728C8A; }

 a { background-color: rgb(114,140,138); }

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

border-color css

<style>
 span { border-color: #728C8A; }

 span { border-color: rgb(114,140,138); }

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