Html Css Color HEX #768F8C Juniper

📋 copy color: '#768F8C'

red 118 ◦ green 143 ◦ blue 140

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

Shades of Juniper #768F8C

Tints of Juniper #768F8C

RGB

 RED value IS 118 (46.48% from 255) = 29.43%

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 29.43%
G = 35.66%
B = 34.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#768F8C (or 0x768F8C) is known color: Juniper. HEX triplet: 76, 8F and 8C. RGB value is (118,143,140). Sum of RGB (Red+Green+Blue) = 118+143+140=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 143 - color contains mainly: green. Hex color #768F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F8C is #897073. Grayscale: #878787. Windows color (decimal): -9007220 or 9211766. OLE color: 9211766.

HSL color Cylindrical-coordinate representation of color #768F8C: hue angle of 172.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768F8C is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 143 140 -
CMYK 0.17 0 0.02 0.44
HSL 172.8º 0.1% 0.51% -
HSV(B) 172.8º 0.17% 0.56% -
XYZ 22.03 25.39 28.55 -
YUV 135.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 118 143 140 0.17 0 0.02 0.44 172.8 0.1 0.51
Hex 76 8F 8C 11 0 2 2C AD A 33
Octal 166 217 214 21 0 2 54 255 12 63
Binary 1110110 10001111 10001100 10001 0 10 101100 10101101 1010 110011

Color Harmonies of #768F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F8C

Black with #768F8C

Text Example


Text Example

White with #768F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768F8C; }

 p { color: rgb(118,143,140); }

 H1.HeaderClassName
 {
   color: #768F8C;
 }
 .AnyTagClassName
 {
   color: #768F8C;
 }
</style>

background-color css

<style>
 a { background-color: #768F8C; }

 a { background-color: rgb(118,143,140); }

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

border-color css

<style>
 span { border-color: #768F8C; }

 span { border-color: rgb(118,143,140); }

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