Html Css Color HEX #748853 Highland

📋 copy color: '#748853'

red 116 ◦ green 136 ◦ blue 83

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

Shades of Highland #748853

Tints of Highland #748853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 34.63%
G = 40.6%
B = 24.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#748853 (or 0x748853) is known color: Highland. HEX triplet: 74, 88 and 53. RGB value is (116,136,83). Sum of RGB (Red+Green+Blue) = 116+136+83=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #748853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748853 is #8B77AC. Grayscale: #7C7C7C. Windows color (decimal): -9140141 or 5474420. OLE color: 5474420.

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

Color convert

RGB 116 136 83 -
CMYK 0.15 0 0.39 0.47
HSL 82.64º 0.24% 0.43% -
HSV(B) 82.64º 0.39% 0.53% -
XYZ 17.57 21.95 11.49 -
YUV 123.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 116 136 83 0.15 0 0.39 0.47 82.64 0.24 0.43
Hex 74 88 53 F 0 27 2F 53 18 2B
Octal 164 210 123 17 0 47 57 123 30 53
Binary 1110100 10001000 1010011 1111 0 100111 101111 1010011 11000 101011

Color Harmonies of #748853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748853

Black with #748853

Text Example


Text Example

White with #748853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748853; }

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

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

background-color css

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

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

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

border-color css

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

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

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