Html Css Color HEX #7B908D Juniper

📋 copy color: '#7B908D'

red 123 ◦ green 144 ◦ blue 141

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

Shades of Juniper #7B908D

Tints of Juniper #7B908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 30.15%
G = 35.29%
B = 34.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#7B908D (or 0x7B908D) is known color: Juniper. HEX triplet: 7B, 90 and 8D. RGB value is (123,144,141). Sum of RGB (Red+Green+Blue) = 123+144+141=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #7B908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B908D is #846F72. Grayscale: #898989. Windows color (decimal): -8679283 or 9277563. OLE color: 9277563.

HSL color Cylindrical-coordinate representation of color #7B908D: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B908D is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 144 141 -
CMYK 0.15 0 0.02 0.44
HSL 171.43º 0.09% 0.52% -
HSV(B) 171.43º 0.15% 0.56% -
XYZ 22.95 26.08 29.02 -
YUV 137.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 123 144 141 0.15 0 0.02 0.44 171.43 0.09 0.52
Hex 7B 90 8D F 0 2 2C AB 9 34
Octal 173 220 215 17 0 2 54 253 11 64
Binary 1111011 10010000 10001101 1111 0 10 101100 10101011 1001 110100

Color Harmonies of #7B908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B908D

Black with #7B908D

Text Example


Text Example

White with #7B908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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