Html Css Color HEX #747D73 Boulder

📋 copy color: '#747D73'

red 116 ◦ green 125 ◦ blue 115

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

Shades of Boulder #747D73

Tints of Boulder #747D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 32.58%
G = 35.11%
B = 32.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#747D73 (or 0x747D73) is known color: Boulder. HEX triplet: 74, 7D and 73. RGB value is (116,125,115). Sum of RGB (Red+Green+Blue) = 116+125+115=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 125 - color contains mainly: green. Hex color #747D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D73 is #8B828C. Grayscale: #797979. Windows color (decimal): -9142925 or 7568756. OLE color: 7568756.

HSL color Cylindrical-coordinate representation of color #747D73: hue angle of 114º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #747D73 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 115 -
CMYK 0.07 0 0.08 0.51
HSL 114º 0.04% 0.47% -
HSV(B) 114º 0.08% 0.49% -
XYZ 17.63 19.62 19.08 -
YUV 121.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 116 125 115 0.07 0 0.08 0.51 114 0.04 0.47
Hex 74 7D 73 7 0 8 33 72 4 2F
Octal 164 175 163 7 0 10 63 162 4 57
Binary 1110100 1111101 1110011 111 0 1000 110011 1110010 100 101111

Color Harmonies of #747D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D73

Black with #747D73

Text Example


Text Example

White with #747D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747D73; }

 p { color: rgb(116,125,115); }

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

background-color css

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

 a { background-color: rgb(116,125,115); }

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

border-color css

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

 span { border-color: rgb(116,125,115); }

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