Html Css Color HEX #7C908D Juniper

📋 copy color: '#7C908D'

red 124 ◦ green 144 ◦ blue 141

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

Shades of Juniper #7C908D

Tints of Juniper #7C908D

RGB

 RED value IS 124 (48.83% from 255) = 30.32%

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

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

R = 30.32%
G = 35.21%
B = 34.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#7C908D (or 0x7C908D) is known color: Juniper. HEX triplet: 7C, 90 and 8D. RGB value is (124,144,141). Sum of RGB (Red+Green+Blue) = 124+144+141=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #7C908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C908D is #836F72. Grayscale: #898989. Windows color (decimal): -8613747 or 9277564. OLE color: 9277564.

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

Color convert

RGB 124 144 141 -
CMYK 0.14 0 0.02 0.44
HSL 171º 0.08% 0.53% -
HSV(B) 171º 0.14% 0.56% -
XYZ 23.09 26.15 29.03 -
YUV 137.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 124 144 141 0.14 0 0.02 0.44 171 0.08 0.53
Hex 7C 90 8D E 0 2 2C AB 8 35
Octal 174 220 215 16 0 2 54 253 10 65
Binary 1111100 10010000 10001101 1110 0 10 101100 10101011 1000 110101

Color Harmonies of #7C908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C908D

Black with #7C908D

Text Example


Text Example

White with #7C908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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