Html Css Color HEX #729292 Juniper

📋 copy color: '#729292'

red 114 ◦ green 146 ◦ blue 146

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

Shades of Juniper #729292

Tints of Juniper #729292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 28.08%
G = 35.96%
B = 35.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#729292 (or 0x729292) is known color: Juniper. HEX triplet: 72, 92 and 92. RGB value is (114,146,146). Sum of RGB (Red+Green+Blue) = 114+146+146=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #729292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729292 is #8D6D6D. Grayscale: #888888. Windows color (decimal): -9268590 or 9605746. OLE color: 9605746.

HSL color Cylindrical-coordinate representation of color #729292: hue angle of 180º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729292 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 146 -
CMYK 0.22 0 0 0.43
HSL 180º 0.13% 0.51% -
HSV(B) 180º 0.22% 0.57% -
XYZ 22.41 26.21 31.07 -
YUV 136.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 114 146 146 0.22 0 0 0.43 180 0.13 0.51
Hex 72 92 92 16 0 0 2B B4 D 33
Octal 162 222 222 26 0 0 53 264 15 63
Binary 1110010 10010010 10010010 10110 0 0 101011 10110100 1101 110011

Color Harmonies of #729292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729292

Black with #729292

Text Example


Text Example

White with #729292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729292; }

 p { color: rgb(114,146,146); }

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

background-color css

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

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

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

border-color css

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

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

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