Html Css Color HEX #748558 Highland

📋 copy color: '#748558'

red 116 ◦ green 133 ◦ blue 88

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

Shades of Highland #748558

Tints of Highland #748558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 34.42%
G = 39.47%
B = 26.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#748558 (or 0x748558) is known color: Highland. HEX triplet: 74, 85 and 58. RGB value is (116,133,88). Sum of RGB (Red+Green+Blue) = 116+133+88=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #748558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748558 is #8B7AA7. Grayscale: #7A7A7A. Windows color (decimal): -9140904 or 5801332. OLE color: 5801332.

HSL color Cylindrical-coordinate representation of color #748558: hue angle of 82.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748558 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 88 -
CMYK 0.13 0 0.34 0.48
HSL 82.67º 0.2% 0.43% -
HSV(B) 82.67º 0.34% 0.52% -
XYZ 17.35 21.19 12.41 -
YUV 122.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 116 133 88 0.13 0 0.34 0.48 82.67 0.2 0.43
Hex 74 85 58 D 0 22 30 53 14 2B
Octal 164 205 130 15 0 42 60 123 24 53
Binary 1110100 10000101 1011000 1101 0 100010 110000 1010011 10100 101011

Color Harmonies of #748558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748558

Black with #748558

Text Example


Text Example

White with #748558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748558; }

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

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

background-color css

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

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

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

border-color css

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

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

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