Html Css Color HEX #748856 Highland

📋 copy color: '#748856'

red 116 ◦ green 136 ◦ blue 86

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

Shades of Highland #748856

Tints of Highland #748856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 34.32%
G = 40.24%
B = 25.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#748856 (or 0x748856) is known color: Highland. HEX triplet: 74, 88 and 56. RGB value is (116,136,86). Sum of RGB (Red+Green+Blue) = 116+136+86=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #748856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748856 is #8B77A9. Grayscale: #7C7C7C. Windows color (decimal): -9140138 or 5671028. OLE color: 5671028.

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

Color convert

RGB 116 136 86 -
CMYK 0.15 0 0.37 0.47
HSL 84º 0.23% 0.44% -
HSV(B) 84º 0.37% 0.53% -
XYZ 17.69 21.99 12.12 -
YUV 124.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 116 136 86 0.15 0 0.37 0.47 84 0.23 0.44
Hex 74 88 56 F 0 25 2F 54 17 2C
Octal 164 210 126 17 0 45 57 124 27 54
Binary 1110100 10001000 1010110 1111 0 100101 101111 1010100 10111 101100

Color Harmonies of #748856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748856

Black with #748856

Text Example


Text Example

White with #748856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748856; }

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

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

background-color css

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

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

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

border-color css

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

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

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