Html Css Color HEX #737D4B Finch

📋 copy color: '#737D4B'

red 115 ◦ green 125 ◦ blue 75

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

Shades of Finch #737D4B

Tints of Finch #737D4B

RGB

 RED value IS 115 (45.31% from 255) = 36.51%

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 36.51%
G = 39.68%
B = 23.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#737D4B (or 0x737D4B) is known color: Finch. HEX triplet: 73, 7D and 4B. RGB value is (115,125,75). Sum of RGB (Red+Green+Blue) = 115+125+75=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #737D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737D4B is #8C82B4. Grayscale: #747474. Windows color (decimal): -9208501 or 4947315. OLE color: 4947315.

HSL color Cylindrical-coordinate representation of color #737D4B: hue angle of 72º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #737D4B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 125 75 -
CMYK 0.08 0 0.40 0.51
HSL 72º 0.25% 0.39% -
HSV(B) 72º 0.4% 0.49% -
XYZ 15.67 18.82 9.46 -
YUV 116.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 115 125 75 0.08 0 0.40 0.51 72 0.25 0.39
Hex 73 7D 4B 8 0 28 33 48 19 27
Octal 163 175 113 10 0 50 63 110 31 47
Binary 1110011 1111101 1001011 1000 0 101000 110011 1001000 11001 100111

Color Harmonies of #737D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737D4B

Black with #737D4B

Text Example


Text Example

White with #737D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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