Html Css Color HEX #7C9491 Juniper

📋 copy color: '#7C9491'

red 124 ◦ green 148 ◦ blue 145

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

Shades of Juniper #7C9491

Tints of Juniper #7C9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 29.74%
G = 35.49%
B = 34.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#7C9491 (or 0x7C9491) is known color: Juniper. HEX triplet: 7C, 94 and 91. RGB value is (124,148,145). Sum of RGB (Red+Green+Blue) = 124+148+145=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9491 is #836B6E. Grayscale: #8C8C8C. Windows color (decimal): -8612719 or 9540732. OLE color: 9540732.

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

Color convert

RGB 124 148 145 -
CMYK 0.16 0 0.02 0.42
HSL 172.5º 0.1% 0.53% -
HSV(B) 172.5º 0.16% 0.58% -
XYZ 24.01 27.51 30.83 -
YUV 140.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 124 148 145 0.16 0 0.02 0.42 172.5 0.1 0.53
Hex 7C 94 91 10 0 2 2A AC A 35
Octal 174 224 221 20 0 2 52 254 12 65
Binary 1111100 10010100 10010001 10000 0 10 101010 10101100 1010 110101

Color Harmonies of #7C9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9491

Black with #7C9491

Text Example


Text Example

White with #7C9491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,148,145); }

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

background-color css

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

 a { background-color: rgb(124,148,145); }

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

border-color css

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

 span { border-color: rgb(124,148,145); }

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