Html Css Color HEX #72928E Juniper

📋 copy color: '#72928E'

red 114 ◦ green 146 ◦ blue 142

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

Shades of Juniper #72928E

Tints of Juniper #72928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 28.36%
G = 36.32%
B = 35.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#72928E (or 0x72928E) is known color: Juniper. HEX triplet: 72, 92 and 8E. RGB value is (114,146,142). Sum of RGB (Red+Green+Blue) = 114+146+142=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #72928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72928E is #8D6D71. Grayscale: #878787. Windows color (decimal): -9268594 or 9343602. OLE color: 9343602.

HSL color Cylindrical-coordinate representation of color #72928E: hue angle of 172.5º 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 #72928E is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 142 -
CMYK 0.22 0 0.03 0.43
HSL 172.5º 0.13% 0.51% -
HSV(B) 172.5º 0.22% 0.57% -
XYZ 22.1 26.09 29.46 -
YUV 135.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 114 146 142 0.22 0 0.03 0.43 172.5 0.13 0.51
Hex 72 92 8E 16 0 3 2B AC D 33
Octal 162 222 216 26 0 3 53 254 15 63
Binary 1110010 10010010 10001110 10110 0 11 101011 10101100 1101 110011

Color Harmonies of #72928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72928E

Black with #72928E

Text Example


Text Example

White with #72928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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