Html Css Color HEX #747B73 Boulder

📋 copy color: '#747B73'

red 116 ◦ green 123 ◦ blue 115

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

Shades of Boulder #747B73

Tints of Boulder #747B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.75%

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

R = 32.77%
G = 34.75%
B = 32.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#747B73 (or 0x747B73) is known color: Boulder. HEX triplet: 74, 7B and 73. RGB value is (116,123,115). Sum of RGB (Red+Green+Blue) = 116+123+115=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 123 - color contains mainly: green. Hex color #747B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B73 is #8B848C. Grayscale: #787878. Windows color (decimal): -9143437 or 7568244. OLE color: 7568244.

HSL color Cylindrical-coordinate representation of color #747B73: hue angle of 112.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #747B73 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 123 115 -
CMYK 0.06 0 0.07 0.52
HSL 112.5º 0.03% 0.47% -
HSV(B) 112.5º 0.07% 0.48% -
XYZ 17.38 19.12 18.99 -
YUV 120 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 116 123 115 0.06 0 0.07 0.52 112.5 0.03 0.47
Hex 74 7B 73 6 0 7 34 70 3 2F
Octal 164 173 163 6 0 7 64 160 3 57
Binary 1110100 1111011 1110011 110 0 111 110100 1110000 11 101111

Color Harmonies of #747B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B73

Black with #747B73

Text Example


Text Example

White with #747B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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