Html Css Color HEX #748656 Highland

📋 copy color: '#748656'

red 116 ◦ green 134 ◦ blue 86

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

Shades of Highland #748656

Tints of Highland #748656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

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

R = 34.52%
G = 39.88%
B = 25.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#748656 (or 0x748656) is known color: Highland. HEX triplet: 74, 86 and 56. RGB value is (116,134,86). Sum of RGB (Red+Green+Blue) = 116+134+86=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #748656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748656 is #8B79A9. Grayscale: #7B7B7B. Windows color (decimal): -9140650 or 5670516. OLE color: 5670516.

HSL color Cylindrical-coordinate representation of color #748656: hue angle of 82.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748656 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 86 -
CMYK 0.13 0 0.36 0.47
HSL 82.5º 0.22% 0.43% -
HSV(B) 82.5º 0.36% 0.53% -
XYZ 17.41 21.44 12.02 -
YUV 123.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 116 134 86 0.13 0 0.36 0.47 82.5 0.22 0.43
Hex 74 86 56 D 0 24 2F 52 16 2B
Octal 164 206 126 15 0 44 57 122 26 53
Binary 1110100 10000110 1010110 1101 0 100100 101111 1010010 10110 101011

Color Harmonies of #748656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748656

Black with #748656

Text Example


Text Example

White with #748656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748656; }

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

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

background-color css

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

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

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

border-color css

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

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

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