Html Css Color HEX #758C8A Juniper

📋 copy color: '#758C8A'

red 117 ◦ green 140 ◦ blue 138

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

Shades of Juniper #758C8A

Tints of Juniper #758C8A

RGB

 RED value IS 117 (46.09% from 255) = 29.62%

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 29.62%
G = 35.44%
B = 34.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#758C8A (or 0x758C8A) is known color: Juniper. HEX triplet: 75, 8C and 8A. RGB value is (117,140,138). Sum of RGB (Red+Green+Blue) = 117+140+138=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 140 - color contains mainly: green. Hex color #758C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C8A is #8A7375. Grayscale: #848484. Windows color (decimal): -9073526 or 9079925. OLE color: 9079925.

HSL color Cylindrical-coordinate representation of color #758C8A: hue angle of 174.78º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758C8A is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 140 138 -
CMYK 0.16 0 0.01 0.45
HSL 174.78º 0.09% 0.5% -
HSV(B) 174.78º 0.16% 0.55% -
XYZ 21.3 24.37 27.63 -
YUV 132.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 117 140 138 0.16 0 0.01 0.45 174.78 0.09 0.5
Hex 75 8C 8A 10 0 1 2D AF 9 32
Octal 165 214 212 20 0 1 55 257 11 62
Binary 1110101 10001100 10001010 10000 0 1 101101 10101111 1001 110010

Color Harmonies of #758C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C8A

Black with #758C8A

Text Example


Text Example

White with #758C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758C8A; }

 p { color: rgb(117,140,138); }

 H1.HeaderClassName
 {
   color: #758C8A;
 }
 .AnyTagClassName
 {
   color: #758C8A;
 }
</style>

background-color css

<style>
 a { background-color: #758C8A; }

 a { background-color: rgb(117,140,138); }

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

border-color css

<style>
 span { border-color: #758C8A; }

 span { border-color: rgb(117,140,138); }

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