Html Css Color HEX #748F4C Highland

📋 copy color: '#748F4C'

red 116 ◦ green 143 ◦ blue 76

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

Shades of Highland #748F4C

Tints of Highland #748F4C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 34.63%
G = 42.69%
B = 22.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#748F4C (or 0x748F4C) is known color: Highland. HEX triplet: 74, 8F and 4C. RGB value is (116,143,76). Sum of RGB (Red+Green+Blue) = 116+143+76=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #748F4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F4C is #8B70B3. Grayscale: #7F7F7F. Windows color (decimal): -9138356 or 5017460. OLE color: 5017460.

HSL color Cylindrical-coordinate representation of color #748F4C: hue angle of 84.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748F4C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 143 76 -
CMYK 0.19 0 0.47 0.44
HSL 84.18º 0.31% 0.43% -
HSV(B) 84.18º 0.47% 0.56% -
XYZ 18.33 23.88 10.48 -
YUV 127.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 116 143 76 0.19 0 0.47 0.44 84.18 0.31 0.43
Hex 74 8F 4C 13 0 2F 2C 54 1F 2B
Octal 164 217 114 23 0 57 54 124 37 53
Binary 1110100 10001111 1001100 10011 0 101111 101100 1010100 11111 101011

Color Harmonies of #748F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F4C

Black with #748F4C

Text Example


Text Example

White with #748F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748F4C; }

 p { color: rgb(116,143,76); }

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

background-color css

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

 a { background-color: rgb(116,143,76); }

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

border-color css

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

 span { border-color: rgb(116,143,76); }

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