Html Css Color HEX #748658 Highland

📋 copy color: '#748658'

red 116 ◦ green 134 ◦ blue 88

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

Shades of Highland #748658

Tints of Highland #748658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 34.32%
G = 39.64%
B = 26.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#748658 (or 0x748658) is known color: Highland. HEX triplet: 74, 86 and 58. RGB value is (116,134,88). Sum of RGB (Red+Green+Blue) = 116+134+88=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #748658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748658 is #8B79A7. Grayscale: #7B7B7B. Windows color (decimal): -9140648 or 5801588. OLE color: 5801588.

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

Color convert

RGB 116 134 88 -
CMYK 0.13 0 0.34 0.47
HSL 83.48º 0.21% 0.44% -
HSV(B) 83.48º 0.34% 0.53% -
XYZ 17.49 21.47 12.45 -
YUV 123.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 116 134 88 0.13 0 0.34 0.47 83.48 0.21 0.44
Hex 74 86 58 D 0 22 2F 53 15 2C
Octal 164 206 130 15 0 42 57 123 25 54
Binary 1110100 10000110 1011000 1101 0 100010 101111 1010011 10101 101100

Color Harmonies of #748658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748658

Black with #748658

Text Example


Text Example

White with #748658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748658; }

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

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

background-color css

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

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

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

border-color css

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

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

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