Html Css Color HEX #7B9593 Juniper

📋 copy color: '#7B9593'

red 123 ◦ green 149 ◦ blue 147

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

Shades of Juniper #7B9593

Tints of Juniper #7B9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.56%

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

R = 29.36%
G = 35.56%
B = 35.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#7B9593 (or 0x7B9593) is known color: Juniper. HEX triplet: 7B, 95 and 93. RGB value is (123,149,147). Sum of RGB (Red+Green+Blue) = 123+149+147=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #7B9593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9593 is #846A6C. Grayscale: #8C8C8C. Windows color (decimal): -8677997 or 9672059. OLE color: 9672059.

HSL color Cylindrical-coordinate representation of color #7B9593: hue angle of 175.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B9593 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 149 147 -
CMYK 0.17 0 0.01 0.42
HSL 175.38º 0.11% 0.53% -
HSV(B) 175.38º 0.17% 0.58% -
XYZ 24.18 27.81 31.7 -
YUV 141 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 123 149 147 0.17 0 0.01 0.42 175.38 0.11 0.53
Hex 7B 95 93 11 0 1 2A AF B 35
Octal 173 225 223 21 0 1 52 257 13 65
Binary 1111011 10010101 10010011 10001 0 1 101010 10101111 1011 110101

Color Harmonies of #7B9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9593

Black with #7B9593

Text Example


Text Example

White with #7B9593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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