Html Css Color HEX #748850 Highland

📋 copy color: '#748850'

red 116 ◦ green 136 ◦ blue 80

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

Shades of Highland #748850

Tints of Highland #748850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 34.94%
G = 40.96%
B = 24.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#748850 (or 0x748850) is known color: Highland. HEX triplet: 74, 88 and 50. RGB value is (116,136,80). Sum of RGB (Red+Green+Blue) = 116+136+80=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #748850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748850 is #8B77AF. Grayscale: #7B7B7B. Windows color (decimal): -9140144 or 5277812. OLE color: 5277812.

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

Color convert

RGB 116 136 80 -
CMYK 0.15 0 0.41 0.47
HSL 81.43º 0.26% 0.42% -
HSV(B) 81.43º 0.41% 0.53% -
XYZ 17.45 21.9 10.9 -
YUV 123.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 116 136 80 0.15 0 0.41 0.47 81.43 0.26 0.42
Hex 74 88 50 F 0 29 2F 51 1A 2A
Octal 164 210 120 17 0 51 57 121 32 52
Binary 1110100 10001000 1010000 1111 0 101001 101111 1010001 11010 101010

Color Harmonies of #748850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748850

Black with #748850

Text Example


Text Example

White with #748850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748850; }

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

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

background-color css

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

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

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

border-color css

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

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

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