Html Css Color HEX #7B9893 Juniper

📋 copy color: '#7B9893'

red 123 ◦ green 152 ◦ blue 147

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

Shades of Juniper #7B9893

Tints of Juniper #7B9893

RGB

 RED value IS 123 (48.44% from 255) = 29.15%

 GREEN value IS 152 (59.77% from 255) = 36.02%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 29.15%
G = 36.02%
B = 34.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#7B9893 (or 0x7B9893) is known color: Juniper. HEX triplet: 7B, 98 and 93. RGB value is (123,152,147). Sum of RGB (Red+Green+Blue) = 123+152+147=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #7B9893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9893 is #84676C. Grayscale: #8E8E8E. Windows color (decimal): -8677229 or 9672827. OLE color: 9672827.

HSL color Cylindrical-coordinate representation of color #7B9893: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B9893 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 152 147 -
CMYK 0.19 0 0.03 0.40
HSL 169.66º 0.12% 0.54% -
HSV(B) 169.66º 0.19% 0.6% -
XYZ 24.66 28.77 31.86 -
YUV 142.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 123 152 147 0.19 0 0.03 0.40 169.66 0.12 0.54
Hex 7B 98 93 13 0 3 28 AA C 36
Octal 173 230 223 23 0 3 50 252 14 66
Binary 1111011 10011000 10010011 10011 0 11 101000 10101010 1100 110110

Color Harmonies of #7B9893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9893

Black with #7B9893

Text Example


Text Example

White with #7B9893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9893; }

 p { color: rgb(123,152,147); }

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

background-color css

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

 a { background-color: rgb(123,152,147); }

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

border-color css

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

 span { border-color: rgb(123,152,147); }

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