Html Css Color HEX #748788 Juniper

📋 copy color: '#748788'

red 116 ◦ green 135 ◦ blue 136

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

Shades of Juniper #748788

Tints of Juniper #748788

RGB

 RED value IS 116 (45.7% from 255) = 29.97%

 GREEN value IS 135 (53.13% from 255) = 34.88%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 29.97%
G = 34.88%
B = 35.14%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#748788 (or 0x748788) is known color: Juniper. HEX triplet: 74, 87 and 88. RGB value is (116,135,136). Sum of RGB (Red+Green+Blue) = 116+135+136=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #748788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748788 is #8B7877. Grayscale: #818181. Windows color (decimal): -9140344 or 8947572. OLE color: 8947572.

HSL color Cylindrical-coordinate representation of color #748788: hue angle of 183º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748788 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 136 -
CMYK 0.15 0.01 0 0.47
HSL 183º 0.08% 0.49% -
HSV(B) 183º 0.15% 0.53% -
XYZ 20.31 22.82 26.63 -
YUV 129.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 116 135 136 0.15 0.01 0 0.47 183 0.08 0.49
Hex 74 87 88 F 1 0 2F B7 8 31
Octal 164 207 210 17 1 0 57 267 10 61
Binary 1110100 10000111 10001000 1111 1 0 101111 10110111 1000 110001

Color Harmonies of #748788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748788

Black with #748788

Text Example


Text Example

White with #748788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748788; }

 p { color: rgb(116,135,136); }

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

background-color css

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

 a { background-color: rgb(116,135,136); }

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

border-color css

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

 span { border-color: rgb(116,135,136); }

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