Html Css Color HEX #748755 Highland

📋 copy color: '#748755'

red 116 ◦ green 135 ◦ blue 85

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

Shades of Highland #748755

Tints of Highland #748755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 34.52%
G = 40.18%
B = 25.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#748755 (or 0x748755) is known color: Highland. HEX triplet: 74, 87 and 55. RGB value is (116,135,85). Sum of RGB (Red+Green+Blue) = 116+135+85=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #748755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748755 is #8B78AA. Grayscale: #7B7B7B. Windows color (decimal): -9140395 or 5605236. OLE color: 5605236.

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

Color convert

RGB 116 135 85 -
CMYK 0.14 0 0.37 0.47
HSL 82.8º 0.23% 0.43% -
HSV(B) 82.8º 0.37% 0.53% -
XYZ 17.51 21.7 11.86 -
YUV 123.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 116 135 85 0.14 0 0.37 0.47 82.8 0.23 0.43
Hex 74 87 55 E 0 25 2F 53 17 2B
Octal 164 207 125 16 0 45 57 123 27 53
Binary 1110100 10000111 1010101 1110 0 100101 101111 1010011 10111 101011

Color Harmonies of #748755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748755

Black with #748755

Text Example


Text Example

White with #748755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748755; }

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

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

background-color css

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

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

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

border-color css

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

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

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