Html Css Color HEX #7C9593 Juniper

📋 copy color: '#7C9593'

red 124 ◦ green 149 ◦ blue 147

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

Shades of Juniper #7C9593

Tints of Juniper #7C9593

RGB

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

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

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

R = 29.52%
G = 35.48%
B = 35%

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

#7C9593 (or 0x7C9593) is known color: Juniper. HEX triplet: 7C, 95 and 93. RGB value is (124,149,147). Sum of RGB (Red+Green+Blue) = 124+149+147=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #7C9593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9593 is #836A6C. Grayscale: #8D8D8D. Windows color (decimal): -8612461 or 9672060. OLE color: 9672060.

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

Color convert

RGB 124 149 147 -
CMYK 0.17 0 0.01 0.42
HSL 175.2º 0.11% 0.54% -
HSV(B) 175.2º 0.17% 0.58% -
XYZ 24.33 27.89 31.7 -
YUV 141.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 124 149 147 0.17 0 0.01 0.42 175.2 0.11 0.54
Hex 7C 95 93 11 0 1 2A AF B 36
Octal 174 225 223 21 0 1 52 257 13 66
Binary 1111100 10010101 10010011 10001 0 1 101010 10101111 1011 110110

Color Harmonies of #7C9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9593

Black with #7C9593

Text Example


Text Example

White with #7C9593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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