Html Css Color HEX #7B9290 Juniper

📋 copy color: '#7B9290'

red 123 ◦ green 146 ◦ blue 144

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

Shades of Juniper #7B9290

Tints of Juniper #7B9290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 29.78%
G = 35.35%
B = 34.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#7B9290 (or 0x7B9290) is known color: Juniper. HEX triplet: 7B, 92 and 90. RGB value is (123,146,144). Sum of RGB (Red+Green+Blue) = 123+146+144=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9290 is #846D6F. Grayscale: #8A8A8A. Windows color (decimal): -8678768 or 9474683. OLE color: 9474683.

HSL color Cylindrical-coordinate representation of color #7B9290: hue angle of 174.78º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B9290 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 146 144 -
CMYK 0.16 0 0.01 0.43
HSL 174.78º 0.1% 0.53% -
HSV(B) 174.78º 0.16% 0.57% -
XYZ 23.48 26.78 30.32 -
YUV 138.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 123 146 144 0.16 0 0.01 0.43 174.78 0.1 0.53
Hex 7B 92 90 10 0 1 2B AF A 35
Octal 173 222 220 20 0 1 53 257 12 65
Binary 1111011 10010010 10010000 10000 0 1 101011 10101111 1010 110101

Color Harmonies of #7B9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9290

Black with #7B9290

Text Example


Text Example

White with #7B9290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,146,144); }

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

background-color css

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

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

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

border-color css

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

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

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